Skip to content

Commit

Permalink
MAP-2229 Changes to dockerfile in previous commit caused a build erro…
Browse files Browse the repository at this point in the history
…r. Pod logs point to missing 'start' script. Script added as per template project' (#761)
  • Loading branch information
GurnankCheema authored Feb 26, 2025
1 parent 0621c73 commit 2e8cce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"watch-views": "nodemon --watch server/views -e html,njk -x npm run copy-views",
"watch-ts": "tsc -w",
"watch-node": "DEBUG=gov-starter-server* DB_PORT=5433 nodemon -r dotenv/config --watch dist/ dist/server.js | bunyan -o short",
"start": "node $NODE_OPTIONS dist/server.js | bunyan -o short",
"start:dev": "npm run build && concurrently -k -p \"[{name}]\" -n \"Views,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-views\" \"npm run watch-ts\" \"npm run watch-node\"",
"start-feature": "export $(cat feature.env) && node $NODE_DEBUG_OPTION dist/server.js | bunyan -o short",
"watch-node-feature": "export $(cat feature.env) && nodemon -r dotenv/config --watch dist/ $NODE_DEBUG_OPTION dist/server.js | bunyan -o short",
Expand Down

0 comments on commit 2e8cce8

Please sign in to comment.