Skip to content

Commit 0c228c6

Browse files
committed
fix website Dockerfile CMD to use node ./dist/server.mjs instead of npm serve
1 parent 446e774 commit 0c228c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ WORKDIR /cutting/dist
6262

6363
ENV NODE_ENV=production
6464
EXPOSE 3000
65-
CMD ["npm", "serve"]
65+
CMD ["node", "./dist/server.mjs"]

0 commit comments

Comments
 (0)