Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Aug 14, 2024
1 parent adb80c4 commit c6724ba
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 @@ -68,6 +68,6 @@ EXPOSE 3000

RUN corepack enable

CMD [ "/bin/sh", "-c", "/usr/local/bin/app.sh && yarn dev" ]
CMD [ "/bin/sh", "-c", "/usr/local/bin/app.sh && yarn && yarn dev" ]

ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit c6724ba

Please sign in to comment.