google's whole containerizing good exercise

This commit is contained in:
talksik
2022-06-02 19:34:23 -07:00
parent 7ec89580bb
commit 513c667880
3 changed files with 13 additions and 10 deletions
+4 -3
View File
@@ -6,9 +6,10 @@
"scripts": {
"dev": "NODE_ENV=development nodemon",
"start:dev": "ts-node index.ts",
"build": "tsc",
"start": "",
"production": "NODE_ENV=production nodemon"
"production": "NODE_ENV=production nodemon",
"start": "node dist/index.js",
"gcp-build": "tsc -p .",
"deploy": "gcloud app deploy"
},
"devDependencies": {
"@types/express": "^4.17.13",