feat: new fixed Dockerfiles for deployment in separate folders, docker compose for composing the stack

This commit is contained in:
theoleuthardt 2025-02-15 11:19:44 +01:00
parent 6767782613
commit be3ab2bcaf
4 changed files with 91 additions and 13 deletions

View file

@ -3,7 +3,7 @@
"target": "ES6",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"rootDir": ".",
"strict": true,
"allowSyntheticDefaultImports": true
}