Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit a6f30bb

Browse files
committed
fix: update start command
1 parent b959b24 commit a6f30bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ FROM node:13.12-alpine
1010
WORKDIR /app
1111
COPY --from=builder /app ./
1212
EXPOSE 3000
13-
CMD ["node", "run", "start:prod"]
13+
CMD ["npm", "run", "start:prod"]

0 commit comments

Comments
 (0)