chore: update backend dockerfile
compiler config deftig gekopiëerd
This commit is contained in:
parent
f6859b6748
commit
38ec0c75ca
3 changed files with 11 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"build": "NODE_ENV=production tsc --project tsconfig.json",
|
||||
"dev": "NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts",
|
||||
"start": "NODE_ENV=production node --env-file=.env dist/app.js",
|
||||
"start": "NODE_ENV=production node --env-file=.env.production dist/app.js",
|
||||
"format": "prettier --write src/",
|
||||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint . --fix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue