Update Dockerfile

This commit is contained in:
Alexandre
2021-12-10 14:34:19 +01:00
committed by GitHub
parent 9051829e0a
commit a7fc2de1d3

View File

@@ -40,6 +40,7 @@ RUN $(ls /bin/bash &>/dev/null) || (apt-get install -y --no-install-recommends b
############## ##############
# Entrypoint # # Entrypoint #
############## ##############
#RUN chmod 777 /entrypoint.sh #RUN chmod 777 /entrypoint.sh
#WORKDIR / #WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]