mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 05:19:11 +02:00
Update Dockerfile
This commit is contained in:
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
|
|||||||
&& rm -fr /tmp/bashio.tar.gz\
|
&& rm -fr /tmp/bashio.tar.gz\
|
||||||
\
|
\
|
||||||
&& mkdir -p -m 777 /config/filebrowser
|
&& mkdir -p -m 777 /config/filebrowser
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
|
||||||
|
|
||||||
CMD ["--root=/", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]
|
COPY run.sh /
|
||||||
|
RUN chmod 777 /run.sh
|
||||||
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user