Skip to content

Commit

Permalink
CMD [ "pnpm", "start:prod" ]
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Nov 1, 2024
1 parent bda0843 commit cb35db6
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 @@ -15,4 +15,4 @@ RUN pnpm run build
FROM base AS production
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
CMD [ "pnpm", "start" ]
CMD [ "pnpm", "start:prod" ]

0 comments on commit cb35db6

Please sign in to comment.