Update Dockerfile

This commit is contained in:
Alexandre
2022-11-18 21:52:41 +01:00
committed by GitHub
parent 10fe5b9e84
commit 65adb8f03b

View File

@@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Image specific modifications
# hadolint ignore=SC2015, SC2013, SC2086
RUN \
for file in $(grep -Esril "/var/www/baikal" /); do sed -i "s=/var/www/baikal=/data=g" $file || true; done
for file in $(grep -sril "/var/www/baikal" /); do sed -i "s=/var/www/baikal=/data=g" $file || true; done
##################
# 3 Install apps #