Update Dockerfile

This commit is contained in:
Alexandre
2021-10-20 20:56:55 +02:00
committed by GitHub
parent 66b9aefc2e
commit e51d40fb4a

View File

@@ -36,8 +36,13 @@ RUN \
\
################
# Modify image #
################
&& chmod +x 775 /docker-entrypoint.sh
################
&& cat /run > /temporaryfile \
&& cat /docker-entrypoint.sh >> /temporaryfile \
&& cat /temporaryfile > /docker-entrypoint.sh \
&& chmod +x /docker-entrypoint.sh \
&& rm /temporaryfile
################
# Modify image #