Skip to content

Commit

Permalink
move workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgrayio committed Apr 30, 2018
1 parent 75e61e8 commit 7d9323a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ FROM zachgray/swift-tensorflow:4.2

LABEL Description="An STS Application"

WORKDIR /usr/src

# Cache this step
COPY Package.swift /usr/src
RUN swift package update

# Add Source
ADD ./ /usr/src
WORKDIR /usr/src

# user can pass in CONFIG=release to override
ARG CONFIG=debug
Expand Down

0 comments on commit 7d9323a

Please sign in to comment.