Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan authored Jul 12, 2024
1 parent ad4ee87 commit c82fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ LABEL author=wuyuan
COPY . /
RUN npm install
EXPOSE 3000
CMD ["npm", "server"]
CMD ["node", "server"]

0 comments on commit c82fc9c

Please sign in to comment.