Update Dockerfile

This commit is contained in:
Alexandre
2021-07-07 21:32:46 +02:00
committed by GitHub
parent 8566f181a3
commit 485ce430f5

View File

@@ -3,7 +3,7 @@ ARG BUILD_VERSION
FROM ${BUILD_FROM}
# Correct data path
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' \
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'
VOLUME [ "/data" ]