Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 21:45:41 +01:00
committed by GitHub
parent 131fbadb13
commit f917790fce

View File

@@ -23,6 +23,7 @@ FROM ${BUILD_FROM}
##################
# Correct data path
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'