Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 20:35:40 +02:00
committed by GitHub
parent e7db552941
commit 53a58789d8

View File

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