Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 20:43:06 +02:00
committed by GitHub
parent ed6baeca3b
commit 597b097d24

View File

@@ -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" ]