mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -37,7 +37,12 @@ RUN \
|
|||||||
################
|
################
|
||||||
# Modify image #
|
# 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 #
|
# Modify image #
|
||||||
|
|||||||
Reference in New Issue
Block a user