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