Skip to content

Commit e47a6c9

Browse files
authored
Merge pull request #724 from topcoder-platform/taass-api-patch-v1
prod runtime issue
2 parents 2b2a270 + f14ddd0 commit e47a6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN npm install
1414
COPY . .
1515

1616
# Run the app
17-
CMD [ "npm", "start" ]
17+
CMD [ "node", "app.js" ]

0 commit comments

Comments
 (0)