mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -37,13 +37,14 @@ RUN \
|
|||||||
################
|
################
|
||||||
# Modify image #
|
# Modify image #
|
||||||
################
|
################
|
||||||
|
# Add script
|
||||||
&& cat /run > /temporaryfile \
|
&& cat /run > /temporaryfile \
|
||||||
&& cat /docker-entrypoint.sh >> /temporaryfile \
|
&& cat /docker-entrypoint.sh >> /temporaryfile \
|
||||||
&& cat /temporaryfile > /docker-entrypoint.sh \
|
&& cat /temporaryfile > /docker-entrypoint.sh \
|
||||||
&& chmod +x /docker-entrypoint.sh \
|
&& chmod +x /docker-entrypoint.sh \
|
||||||
&& rm /temporaryfile
|
&& rm /temporaryfile
|
||||||
|
# Add correct location
|
||||||
|
#&& sed -i "s|CONFIG_FILE="data|CONFIG_FILE="/data|g" /etc/cont-init.d/
|
||||||
################
|
################
|
||||||
# Modify image #
|
# Modify image #
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user