Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 19:32:23 +01:00
committed by GitHub
parent 8a1d6574f4
commit 090168b8f3

View File

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