diff --git a/Dockerfile b/Dockerfile index 7a87beb..fce493f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ COPY . /app RUN apk add --no-cache curl bash git -RUN chmod +x /entrypoint.sh +RUN chmod +x /app/entrypoint.sh -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/app/entrypoint.sh" ] \ No newline at end of file