mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-06 22:18:48 +02:00
Update Dockerfile
This commit is contained in:
@@ -17,7 +17,7 @@ ARG BASHIO_VERSION=0.13.1
|
|||||||
# jq \
|
# jq \
|
||||||
# curl
|
# curl
|
||||||
|
|
||||||
RUN \
|
#RUN \
|
||||||
##################
|
##################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
##################
|
##################
|
||||||
@@ -33,10 +33,10 @@ RUN \
|
|||||||
###################
|
###################
|
||||||
\
|
\
|
||||||
# Allow execution of run
|
# Allow execution of run
|
||||||
chmod 777 /run.sh
|
# chmod 777 /run.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
#ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
CMD [ "/run.sh" ]
|
#CMD [ "/run.sh" ]
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user