forked from upserve/docker-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle exclusions when ignoring files
Always exclude Dockerfile and .dockerignore from being ignored. https://docs.docker.com/engine/reference/builder/#dockerignore-file > You can even use the .dockerignore file to exclude the Dockerfile and .dockerignore files. > These files are still sent to the daemon because it needs them to do its job. > But the ADD and COPY instructions do not copy them to the image. resolves upserve#484
- Loading branch information
1 parent
45235b2
commit 9ed83e2
Showing
2 changed files
with
96 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters