mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
ingress
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apk add --no-cache \
|
||||
jq \
|
||||
bash \
|
||||
bind-tools \
|
||||
nginx \
|
||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||
"https://github.com/hassio-addons/bashio/archive/v0.12.1.tar.gz" \
|
||||
&& mkdir /tmp/bashio \
|
||||
@@ -20,9 +21,11 @@ RUN apk add --no-cache \
|
||||
\
|
||||
&& mkdir -p -m 777 /config/filebrowser
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
WORKDIR /
|
||||
COPY run.sh /
|
||||
RUN chmod 777 /run.sh
|
||||
ENTRYPOINT [ "/usr/bin/env" ]
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user