There was an error while loading. Please reload this page.
1 parent b306171 commit 8d444a9Copy full SHA for 8d444a9
1 file changed
backend/Dockerfile
@@ -42,4 +42,4 @@ COPY . .
42
FROM build as production
43
44
# Run start script as specified in package.json
45
-CMD [ "node", "run", "start:prod" ]
+CMD [ "npm", "run", "start:prod" ]
0 commit comments