Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 21:27:12 +02:00
committed by GitHub
parent d5802403bc
commit b37c4e96d6

View File

@@ -19,7 +19,7 @@ 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|_FILE" 2> /dev/null| /data/options.json|g' /docker-entrypoint.sh
#VOLUME [ "/data" ]