👷 Build with a Dockerfile

This commit is contained in:
ChatonDeAru
2024-03-23 17:52:33 +01:00
parent e1dabf4f06
commit 772ae1c8b8
7 changed files with 3277 additions and 2276 deletions

40
.dockerignore Normal file
View File

@@ -0,0 +1,40 @@
Dockerfile*
.git
postgres
dump.sql
.DS_Store
node_modules*
build
.cache
## Tests
tests
*.tests.js
# local env files
.env.local
.env
.env.*.local
# Log files
*.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Yarn
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
.pnp.*