Added dockerization

This commit is contained in:
2025-09-29 15:45:48 +02:00
parent bb78d7f5af
commit f6926b2230
7 changed files with 290 additions and 21 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
Dockerfile
.dockerignore
.git
.gitignore
.gitattributes
README.md
.npmrc
.prettierrc
.eslintrc.cjs
.graphqlrc
.editorconfig
.vscode
node_modules
build
package
**/.env
.env*