This website requires JavaScript.
Explore
Help
Sign in
zombi
/
nginx-proxy
Archived
Watch
11
Star
0
Fork
You've already forked nginx-proxy
0
Code
Issues
Pull requests
Releases
Activity
This repository has been archived on
2020-08-01
. You can view files and clone it, but cannot push or open issues or pull requests.
580517725f
nginx-proxy
/
.dockerignore
7 lines
54 B
Text
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 19:42:54 +01:00
.git
Update .dockerignore to recent file additions
2015-10-14 18:19:50 +02:00
.dockerignore
Add Makefile Make it easier to run tests.
2015-10-14 18:29:22 +02: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 19:42:54 +01:00
README.md
Update .dockerignore to recent file additions
2015-10-14 18:19:50 +02:00
test
Copy permalink