mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Update Dockerfile
This commit is contained in:
@@ -52,8 +52,8 @@ RUN \
|
|||||||
# Add end script
|
# Add end script
|
||||||
&& chown root:root /end.sh \
|
&& chown root:root /end.sh \
|
||||||
&& chmod a+x /end.sh \
|
&& chmod a+x /end.sh \
|
||||||
&& sed -i '$ d' /docker-entrypoint.sh \
|
&& sed -i '$ d' /docker-entrypoint.sh
|
||||||
&& sed -i '$ i\export DB_NAME=$DB_NAME && export WT_USER=$WT_USER && export WT_PASS=$WT_PASS && cd / && ./end.sh' /docker-entrypoint.sh
|
#&& sed -i '$ i\export DB_NAME=$DB_NAME && export WT_USER=$WT_USER && export WT_PASS=$WT_PASS && cd / && ./end.sh' /docker-entrypoint.sh
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user