mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 07:11:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM nathanvaughn/webtrees:latest
|
FROM nathanvaughn/webtrees:latest
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
# Use data from addon options for all values
|
||||||
|
sed -i "s|cat "$|jq .|g" /docker-entrypoint.sh \
|
||||||
|
&& sed -i "s|_FILE" 2> /dev/null| /data/options|g" /docker-entrypoint.sh
|
||||||
|
|
||||||
#VOLUME [ "/data" ]
|
#VOLUME [ "/data" ]
|
||||||
|
|
||||||
#USER root
|
#USER root
|
||||||
|
|||||||
Reference in New Issue
Block a user