Update New CLI (#500)

* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
This commit is contained in:
Pascal Vizeli
2019-01-09 13:59:44 +01:00
committed by GitHub
parent d8bbc59e95
commit e8fa8aa5c8
47 changed files with 25 additions and 43 deletions

View File

@@ -16,6 +16,5 @@ RUN apk add --no-cache curl \
# Copy data
COPY run.sh /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]