Update Dockerfile

This commit is contained in:
Alexandre
2021-07-07 21:29:46 +02:00
committed by GitHub
parent 89b0661005
commit 2828852be2

View File

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