diff --git a/Dockerfile b/Dockerfile index 52ac227..9203380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ WORKDIR /usr/heart COPY entrypoint.sh ./entrypoint.sh -ENTRYPOINT ["entrypoint.sh"] +ENTRYPOINT ["./entrypoint.sh"]