attempted docker file

This commit is contained in:
talksik
2022-06-03 09:01:40 -07:00
parent 296c044ee4
commit 13efe5e951
6 changed files with 48 additions and 27 deletions
+2
View File
@@ -5,6 +5,8 @@
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development nodemon",
"start": "node dist/index.js",
"gcp-build": "tsc -p .",
"start:dev": "ts-node index.ts",
"production": "NODE_ENV=production nodemon"
},