Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 18:47:57 +01:00
committed by GitHub
parent a4bbbdd4ba
commit 436a2cc16e

View File

@@ -64,6 +64,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint # # 4 Entrypoint #
################ ################
RUN chmod 777 /etc/cont-init.d/*
#RUN chmod 777 /entrypoint.sh #RUN chmod 777 /entrypoint.sh
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/entrypoint.sh" ] #CMD [ "/entrypoint.sh" ]