diff --git a/Dockerfile b/Dockerfile index 7186084d..99a3ffa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN apt update \ COPY ./entrypoint.sh . +RUN ["chmod", "+x", "./entrypoint.sh"] + EXPOSE 7860 VOLUME [ "/repo" ]