everything dockerized

This commit is contained in:
j-weissen 2022-12-06 09:45:31 +01:00
parent f0b379a379
commit 529da45219
6 changed files with 62 additions and 14 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"dev": "ts-node-esm src/app.ts",
"prod": "tsc && node build/app.ts"
"prod": "tsc && node build/app.js"
},
"author": "jweissen",
"license": "ISC",
@ -21,6 +21,7 @@
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9"
}
}