🔧 make the app docker ready

This commit is contained in:
ChatonDeAru
2024-03-24 10:17:15 +01:00
committed by ChatonDeAru (Romain)
parent 24db804c7f
commit a0c4396527
8 changed files with 258 additions and 133 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
**/Dockerfile*
.git
.DS_Store
**/node_modules*
build
.cache
## Vite
app/dist
app/**/.vite
## Tests
**/tests
**/*.tests.js
# local env files
**/.env
**/.env.local
**/.env.*.local
# Log files
**/*.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?