mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update Dockerfile
This commit is contained in:
@@ -23,6 +23,7 @@ FROM ${BUILD_FROM}
|
|||||||
##################
|
##################
|
||||||
|
|
||||||
# Correct data path
|
# Correct data path
|
||||||
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user