Update Dockerfile

This commit is contained in:
Alexandre
2021-10-20 22:17:32 +02:00
committed by GitHub
parent 2d40fdb125
commit e8d54bdfaf

View File

@@ -41,7 +41,7 @@ RUN \
# Add script
&& sed -i '1d' /docker-entrypoint.sh \
&& cat /newscript > /temporaryfile \
&& cat /docker-entrypoint.sh >> /temporaryfile \#
&& cat /docker-entrypoint.sh >> /temporaryfile \
&& cat /temporaryfile > /docker-entrypoint.sh \
&& chmod +x /docker-entrypoint.sh \
&& rm /temporaryfile