mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user