Update Dockerfile

This commit is contained in:
Alexandre
2022-03-09 19:12:26 +01:00
committed by GitHub
parent c8dfff75f0
commit f49b130f73

View File

@@ -64,10 +64,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
RUN chmod 777 /etc/cont-init.d/*
RUN set -x \
&& find /etc/cont-init.d -type f -print0 | xargs -0 -n 1 -P 4 dos2unix \
&& chmod -R +x *
RUN chmod -R +x /etc/cont-init.d/*
#RUN chmod 777 /entrypoint.sh
#ENTRYPOINT [ "/usr/bin/env" ]