Skip to content

Commit

Permalink
fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 20, 2022
1 parent dff6fbd commit b313a41
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 @@ -29,5 +29,5 @@ USER root

EXPOSE 3000 3001 4000 4001

ENTRYPOINT ["/opt/frontend/entrypoint.sh"]
ENTRYPOINT ["/opt/frontend/entrypoint-prod.sh"]
CMD ["yarn", "start:prod"]

0 comments on commit b313a41

Please sign in to comment.