mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 10:33:40 +02:00
Update Dockerfile
This commit is contained in:
@@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
|
|
||||||
# Correct data path
|
# Correct data path
|
||||||
# hadolint ignore=DL4006
|
# hadolint ignore=DL4006
|
||||||
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh &&
|
RUN sed -i "s|change_user$|# change_user|g" /app/run.sh && \
|
||||||
# Avoid unbound error
|
# Avoid unbound error
|
||||||
sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh
|
sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user