Update Dockerfile

This commit is contained in:
Alexandre
2022-11-20 22:26:21 +01:00
committed by GitHub
parent 4dcccafeab
commit fb1d49f87e

View File

@@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path
# hadolint ignore=DL4006
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' || true
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'
##################
# 3 Install apps #