Update Dockerfile

This commit is contained in:
Alexandre
2022-01-18 17:11:24 +01:00
committed by GitHub
parent 1fb706ab48
commit 78a4dc9414

View File

@@ -23,7 +23,6 @@ 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'