Update Dockerfile

This commit is contained in:
Alexandre
2021-04-03 07:37:10 +02:00
committed by GitHub
parent 6f12bc8969
commit 51bf03c1b6

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/|web/|g'
&& grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'
VOLUME [ "/data" ]