wat kleine verbeteringen

This commit is contained in:
arjan 2026-04-21 17:52:40 +02:00
parent 62d0419a76
commit 609cc7cc7e
3 changed files with 25 additions and 5 deletions

15
.dockerignore Normal file
View 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