mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user