Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 07:49:32 +02:00
committed by GitHub
parent 2438f10ab0
commit 54febb0ea3

View File

@@ -39,7 +39,9 @@ RUN \
# Modify image #
################
chmod a+x /run.sh \
&& sed -i "2 i\./run.sh || true" /docker-entrypoint.sh
&& sed -i "2 i\./run.sh || true" /docker-entrypoint.sh \
&& cp -n /var/www/webtrees /data \
&& grep -rlZ 'foo' . | xargs -0 sed -i.bak 's|/var/www/webtrees|/data|g'
#&& sed -i 's!/bin/bash/bashio/g' /docker-entrypoint.sh
# Add script
#&& sed -i '1d' /docker-entrypoint.sh \