Update Dockerfile

This commit is contained in:
Alexandre
2021-12-09 06:49:42 +01:00
committed by GitHub
parent aedeecb029
commit d907f22e4f

View File

@@ -43,7 +43,7 @@ RUN $(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends cu
# Entrypoint logic # Entrypoint logic
#RUN chmod 777 /entrypoint.sh #RUN chmod 777 /entrypoint.sh
#WORKDIR [ "/" ] #WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/entrypoint.sh" ] #CMD [ "/entrypoint.sh" ]