Update Dockerfile

This commit is contained in:
Alexandre
2022-01-20 10:39:09 +01:00
committed by GitHub
parent ea801ade76
commit c5bc2e9adf

View File

@@ -24,8 +24,7 @@ FROM ${BUILD_FROM}
# Correct data path # Correct data path
# hadolint ignore=DL4006 # hadolint ignore=DL4006
RUN \ RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'
grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'
################## ##################
# 3 Install apps # # 3 Install apps #