diff --git a/Dockerfile b/Dockerfile index 100b218..f0fd847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ LABEL maintainer="Joseph Manley " USER root ADD entrypoint.sh /entrypoint.sh -RUN chmod +x entrypoint.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file