fix: add .dockerignore to not build containers with .env secrets
All checks were successful
Build and push Docker image / build (push) Successful in 24s

This commit is contained in:
2025-12-03 00:19:25 +01:00
parent 7bb2dd5434
commit bf6fb81a73

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
.env
*/.env
*.md