This website requires JavaScript.
Explore
Help
Sign In
thib8956
/
nginx-proxy
Watch
1
Star
0
Fork
0
You've already forked nginx-proxy
mirror of
https://github.com/thib8956/nginx-proxy
synced
2024-11-22 20:06:30 +00:00
Code
Issues
Releases
Wiki
Activity
593c3c29b0
nginx-proxy
/
.dockerignore
7 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Optimize Dockerfile. This optimizes the Dockerfile by; - Combining RUN statements so that files are removed in the same layer as they are added. - Removing the downloaded .tar.gz of the docker-gen binary after expanding - Adding `--no-install-recommends` (but explicitly installing ca-certificates) - Replacing `ADD` with `COPY` (recommended if no unpacking is required) Also added a `.dockerignore` file to prevent the `.git` directory and README.md being added to the image. These changes reduce the size of the image with 34 MB (was 268.4 MB, now 233.9 MB), and results in less layers being produced. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2014-11-22 18:42:54 +00:00
.git
Update .dockerignore to recent file additions
2015-10-14 16:19:50 +00:00
.dockerignore
Add Makefile Make it easier to run tests.
2015-10-14 16:29:22 +00:00
circle.yml
Makefile
Optimize Dockerfile. This optimizes the Dockerfile by; - Combining RUN statements so that files are removed in the same layer as they are added. - Removing the downloaded .tar.gz of the docker-gen binary after expanding - Adding `--no-install-recommends` (but explicitly installing ca-certificates) - Replacing `ADD` with `COPY` (recommended if no unpacking is required) Also added a `.dockerignore` file to prevent the `.git` directory and README.md being added to the image. These changes reduce the size of the image with 34 MB (was 268.4 MB, now 233.9 MB), and results in less layers being produced. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2014-11-22 18:42:54 +00:00
README.md
Update .dockerignore to recent file additions
2015-10-14 16:19:50 +00:00
test
Reference in New Issue
Copy Permalink