Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed May 15, 2024
1 parent 9f03e05 commit 840f78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN npm ci --production
COPY --from=builder /usr/src/app/dist ./dist

EXPOSE 40000
CMD [ "npm", "run", "start" ]
CMD [ "node", "dist/index.js" ]

0 comments on commit 840f78a

Please sign in to comment.