build: add Docker files to the .dockerignore

This commit is contained in:
Matouš Volf 2025-01-01 20:40:19 +01:00
parent d7c4b0788d
commit 3677cc343c
Signed by: matous-volf
GPG Key ID: A23C7E16096933BE

@ -5,5 +5,8 @@
/node_modules/
/static/
/target/
/docker-compose-dev.yaml
/docker-compose-prod.yaml
.dockerignore
/docker-compose-dev.yml
/docker-compose-prod.yml
/docker/dev/app/Dockerfile
/docker/prod/app/Dockerfile