Update Dockerfile

This commit is contained in:
Alexandre
2021-10-20 22:16:38 +02:00
committed by GitHub
parent 853d43dee2
commit 2d40fdb125

View File

@@ -39,6 +39,7 @@ RUN \
################
&& rm -R /var/lock || true \
# Add script
&& sed -i '1d' /docker-entrypoint.sh \
&& cat /newscript > /temporaryfile \
&& cat /docker-entrypoint.sh >> /temporaryfile \#
&& cat /temporaryfile > /docker-entrypoint.sh \