Skip to content

Commit

Permalink
Merge pull request #9 from zachgrayio/feature/fix-docker
Browse files Browse the repository at this point in the history
move workdir
  • Loading branch information
zachgrayio authored Apr 30, 2018
2 parents ae94641 + 7d9323a commit 8896ef0
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 8896ef0

Please sign in to comment.