Update Dockerfile

This commit is contained in:
Alexandre
2021-11-05 20:31:34 +01:00
committed by GitHub
parent 7d744b3edf
commit 18674696cc

View File

@@ -34,10 +34,9 @@ RUN \
###############
# Permissions #
###############
chmod 777 /run.sh \
&& chmod 777 /entrypoint.sh
chmod 777 /run.sh
ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/run.sh" ]
VOLUME [ "/data" ]