Update Dockerfile

This commit is contained in:
Alexandre
2021-11-05 20:31:16 +01:00
committed by GitHub
parent 29f9e4c184
commit 7d744b3edf

View File

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