wat kleine verbeteringen
This commit is contained in:
parent
62d0419a76
commit
609cc7cc7e
3 changed files with 25 additions and 5 deletions
15
.dockerignore
Normal file
15
.dockerignore
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# https://medium.com/@bounouh.fedi/mastering-the-dockerignore-file-boosting-docker-build-efficiency-398719f4a0e1
|
||||
|
||||
# Ignore version control (directories), not needed in container
|
||||
.git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# If we're cacheing cpan modules, so they are not downloaded every time
|
||||
# ignore these caches in the container
|
||||
.cpanrc
|
||||
cpan-cache/
|
||||
|
||||
# Ignore Docker-related files
|
||||
Dockerfile*
|
||||
.dockerignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue