mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-27 09:46:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ ARG BUILD_VERSION
|
|||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
# Correct data path
|
# 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" ]
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user