Skip to content

Commit 8d444a9

Browse files
committed
fix: starting the application via NPM not Node
1 parent b306171 commit 8d444a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ COPY . .
4242
FROM build as production
4343

4444
# Run start script as specified in package.json
45-
CMD [ "node", "run", "start:prod" ]
45+
CMD [ "npm", "run", "start:prod" ]

0 commit comments

Comments
 (0)