Update Dockerfile

This commit is contained in:
Alexandre
2021-04-03 07:25:27 +02:00
committed by GitHub
parent 0947ba0a52
commit 2b68241574

View File

@@ -49,6 +49,6 @@ RUN \
&& sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \
&& sed -i -e '$a 0 * * * * /run.sh' /etc/crontabs/root \
# correct url paths
&& grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'
&& grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|web/|g'
VOLUME [ "/data" ]