mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -53,7 +53,7 @@ RUN \
|
|||||||
/./newinstaller.sh && \
|
/./newinstaller.sh && \
|
||||||
\
|
\
|
||||||
# Adapt for lsio
|
# Adapt for lsio
|
||||||
[[ -d /app ]] && rm -r /app && \
|
if [ -d /app ]; then rm -r /app; fi && \
|
||||||
ln -s /home/abc /app && \
|
ln -s /home/abc /app && \
|
||||||
chown -R abc:abc /home/abc /app
|
chown -R abc:abc /home/abc /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user