feat: add .dockerignore and document BASE_URL in .env.example

This commit is contained in:
Jennie Robinson Faber 2026-04-04 12:41:00 +01:00
parent a32e4de2ac
commit e81000b5a6
2 changed files with 9 additions and 0 deletions

6
.dockerignore Normal file
View file

@ -0,0 +1,6 @@
node_modules
.env
.env.*
.git
.gitignore
*.log