Skip to content

Commit

Permalink
ar(feat) [DPTM-8] Dockerize and GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 24, 2024
1 parent 9b808eb commit aee4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:vm": "npm run schema:generate:all:standalone && next build",
"start": "next start",
"start:pm2": "pm2 list && pm2-docker start pm2.json",
"start:vm": "HOSTNAME='0.0.0.0' node server.js",
"start:vm": "HOSTNAME=0.0.0.0 node server.js",
"start:vm:pm2": "pm2 list && pm2-docker start pm2-vm.json",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
Expand Down

0 comments on commit aee4ce3

Please sign in to comment.