Skip to content

Commit

Permalink
feat: port 동작 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Mar 23, 2024
1 parent 2a14ba1 commit afe5cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.sandbox
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FROM base
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/ .
EXPOSE ${PORT}
CMD [ "pnpm", "start", "-p", "3001" ]
CMD pnpm start -p ${PORT}

0 comments on commit afe5cce

Please sign in to comment.