Skip to content

Commit

Permalink
chore: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Nov 26, 2024
1 parent 65ee419 commit 9730b03
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 @@ -21,4 +21,4 @@ COPY --from=base /usr/src/app/package*.json ./
RUN apk add --no-cache bash
RUN ls -l /usr/src/app/dist
EXPOSE 8080 9000
CMD [ "/bin/bash", "-c", "yarn serve" ]
CMD [ "/bin/bash", "-c", "npm run serve" ]

0 comments on commit 9730b03

Please sign in to comment.