prod
This commit is contained in:
22
ht_booking/.dockerignore
Normal file
22
ht_booking/.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Build artifacts & dependencies — regenerated inside their build stages.
|
||||
target
|
||||
node_modules
|
||||
|
||||
# VCS / Docker / deploy metadata — not needed inside the image.
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose.prod.yml
|
||||
Makefile
|
||||
Caddyfile
|
||||
DEPLOY.md
|
||||
|
||||
# Secrets & local data — must never be baked into the image.
|
||||
.env
|
||||
.env.*
|
||||
*.sqlite
|
||||
*.sqlite-*
|
||||
|
||||
# Misc
|
||||
*report.html
|
||||
Reference in New Issue
Block a user