mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01:00
Update Dockerfile
This commit is contained in:
@@ -3,8 +3,8 @@ 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
|
||||
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