Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 19:31:06 +02:00
committed by GitHub
parent 193f0f28ed
commit b411d94977

View File

@@ -17,7 +17,7 @@ ARG BASHIO_VERSION=0.13.1
# jq \
# curl
RUN \
#RUN \
##################
# Install bashio #
##################
@@ -33,10 +33,10 @@ RUN \
###################
\
# Allow execution of run
chmod 777 /run.sh
# chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ]
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/run.sh" ]
### LABELS
ARG BUILD_ARCH