Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle exclusions when ignoring files #541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Handle exclusions when ignoring files #541

wants to merge 1 commit into from

Commits on Oct 26, 2017

  1. 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 #484
    ghostsquad committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    1320659 View commit details
    Browse the repository at this point in the history