Update Dockerfile

This commit is contained in:
Alexandre
2021-10-30 17:43:25 +02:00
committed by GitHub
parent 7a182f133c
commit f912d421cd

View File

@@ -25,7 +25,7 @@ RUN \
VOLUME [ "/data" ]
WORKDIR /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/env" ]
ENTRYPOINT [ "/bin/bash" ]
CMD [ "/run.sh" ]
# use /data instead of /config for hass.io environment