Skip to content

Commit

Permalink
[Sharp-API] Update CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
carry0987 committed Jan 26, 2024
1 parent bfabe55 commit cfeb259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/Sharp-API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/node_modules ./node_modules
COPY --from=builder /usr/src/app/dist ./dist

CMD ["node", "dist/server.js"]
CMD ["npm", "run", "start"]

0 comments on commit cfeb259

Please sign in to comment.