Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 20:51:58 +02:00
committed by GitHub
parent 597b097d24
commit c60df55a00

View File

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