Skip to content

Commit

Permalink
Changing location of artifacts in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Oliver committed Sep 6, 2018
1 parent 65571b4 commit 02c6df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM scratch
ADD ./src/ /usr/local/bin/
ADD ./src/ /
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Inside a Docker container:
FROM smartystreets/version-tools:latest as version-tools
FROM your-base-image-name-here
COPY --from=version-tools / / # copies the tools into the /usr/local/bin/ directory on the target
COPY --from=version-tools /* /usr/bin
```

0 comments on commit 02c6df6

Please sign in to comment.