adding semi working docker file...

This commit is contained in:
talksik
2022-06-03 09:53:02 -07:00
parent 13efe5e951
commit aa9b5aa954
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "NODE_ENV=development nodemon",
"start": "node dist/index.js",
"gcp-build": "tsc -p .",
"build": "tsc -p .",
"start:dev": "ts-node index.ts",
"production": "NODE_ENV=production nodemon"
},