Update Dockerfile

This commit is contained in:
Alexandre
2021-10-20 22:14:35 +02:00
committed by GitHub
parent 5f75a6e9fd
commit 1840e2b64c

View File

@@ -39,7 +39,7 @@ RUN \
################
&& rm -R /var/lock || true \
# Add script
&& cat /run > /temporaryfile \
&& cat /newscript > /temporaryfile \
&& cat /docker-entrypoint.sh >> /temporaryfile \#
&& cat /temporaryfile > /docker-entrypoint.sh \
&& chmod +x /docker-entrypoint.sh \