Fix permissions error for entrypoint script
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6215926bc9
commit
5475705d61
|
@ -7,6 +7,8 @@ RUN apt update \
|
||||||
|
|
||||||
COPY ./entrypoint.sh .
|
COPY ./entrypoint.sh .
|
||||||
|
|
||||||
|
RUN ["chmod", "+x", "./entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
VOLUME [ "/repo" ]
|
VOLUME [ "/repo" ]
|
||||||
|
|
Loading…
Reference in New Issue