diff --git a/Dockerfile b/Dockerfile index ffb275f..cb90a71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM docker:latest RUN apk add bash -RUN chmod +x ./entrypoint.sh - COPY ./entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh + ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file