Update Dockerfile

This commit is contained in:
Alexandre
2022-11-18 11:31:30 +01:00
committed by GitHub
parent fb13cf3d6f
commit bfd0ba2839

View File

@@ -72,6 +72,11 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
# 4 Entrypoint #
################
WORKDIR "/data"
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
############
# 5 Labels #
############