Skip to content

Commit

Permalink
fix dockerfile.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed Mar 3, 2024
1 parent 0c279ce commit 4a412b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY app/ ./
COPY ./entrypoint-heroku.sh .
RUN chmod +x ./entrypoint-heroku.sh

CMD ["/entrypoint-heroku.sh"]
CMD ["./entrypoint-heroku.sh"]

0 comments on commit 4a412b0

Please sign in to comment.