mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 02:49:57 +02:00
Update Dockerfile
This commit is contained in:
@@ -22,6 +22,7 @@ FROM elasticsearch:$BUILD_UPSTREAM
|
|||||||
##################
|
##################
|
||||||
|
|
||||||
# Data persistence
|
# Data persistence
|
||||||
|
# hadolint IGNORE=SC2016
|
||||||
RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts..."' /usr/local/bin/docker-entrypoint.sh \
|
RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts..."' /usr/local/bin/docker-entrypoint.sh \
|
||||||
&& sed -i '5a chown -R $(id -u):$(id -g) $HOME' /usr/local/bin/docker-entrypoint.sh \
|
&& sed -i '5a chown -R $(id -u):$(id -g) $HOME' /usr/local/bin/docker-entrypoint.sh \
|
||||||
&& sed -i '5a done' /usr/local/bin/docker-entrypoint.sh \
|
&& sed -i '5a done' /usr/local/bin/docker-entrypoint.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user