Fix permissions error for entrypoint script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Derek Paschal 2023-08-28 12:44:06 -05:00
parent 6215926bc9
commit 5475705d61
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN apt update \
COPY ./entrypoint.sh .
RUN ["chmod", "+x", "./entrypoint.sh"]
EXPOSE 7860
VOLUME [ "/repo" ]