Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Oct 14, 2023
1 parent c58a3af commit 2ad2f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN apt-get update && \
# Use the working directory where Heart has been installed to
WORKDIR /usr/heart

COPY entrypoint.sh ./entrypoint.sh
COPY entrypoint.sh /usr/heart/

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["/usr/heart/entrypoint.sh"]

0 comments on commit 2ad2f14

Please sign in to comment.