File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ RUN rm -rf src/ scripts/ test/ tests/ __tests__ *.test.* *.spec.* node_modules/.
3131EXPOSE 3000
3232
3333# Start the application
34- CMD ["node " , "dist/servers/railway/storage-test.js " ]
34+ CMD ["npm " , "start " ]
Original file line number Diff line number Diff line change 4141 " persistence"
4242 ],
4343 "scripts" : {
44- "start" : " node dist/servers/railway/minimal .js" ,
44+ "start" : " node dist/servers/railway/index .js" ,
4545 "start:minimal" : " node dist/servers/railway/minimal.js" ,
4646 "start:full" : " node dist/servers/railway/index.js" ,
4747 "setup" : " npm install && npm run build && npm run init" ,
Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "deploy" : {
12- "startCommand" : " node dist/servers/railway/storage-test.js " ,
12+ "startCommand" : " npm start " ,
1313 "restartPolicyType" : " ON_FAILURE" ,
1414 "restartPolicyMaxRetries" : 3 ,
1515 "healthcheckPath" : " /health" ,
You can’t perform that action at this time.
0 commit comments