Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 21:23:24 +02:00
committed by GitHub
parent c60df55a00
commit 8dfb52f56a

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