mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
ARG BUILD_VERSION
|
||||
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" ]
|
||||
|
||||
#USER root
|
||||
|
||||
Reference in New Issue
Block a user