mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
ARG BUILD_VERSION
|
||||
FROM nathanvaughn/webtrees:latest
|
||||
|
||||
RUN \
|
||||
#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
|
||||
# sed -i 's|cat "$|jq .|g' /docker-entrypoint.sh \
|
||||
# && sed -i 's|_FILE" 2> /dev/null| /data/options|g' /docker-entrypoint.sh
|
||||
|
||||
#VOLUME [ "/data" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user