build: add Docker files to the .dockerignore (#76)

This commit is contained in:
2025-01-01 20:19:45 +00:00
committed by Gitea

View File

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