Skip to content

Commit 8896ef0

Browse files
authored
Merge pull request #9 from zachgrayio/feature/fix-docker
move workdir
2 parents ae94641 + 7d9323a commit 8896ef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ FROM zachgray/swift-tensorflow:4.2
22

33
LABEL Description="An STS Application"
44

5+
WORKDIR /usr/src
6+
57
# Cache this step
68
COPY Package.swift /usr/src
79
RUN swift package update
810

911
# Add Source
1012
ADD ./ /usr/src
11-
WORKDIR /usr/src
1213

1314
# user can pass in CONFIG=release to override
1415
ARG CONFIG=debug

0 commit comments

Comments
 (0)