Update toogoodtogo-ha-mqtt-bridge==1.0.0

This commit is contained in:
Max Winterstein
2021-01-15 00:24:12 +01:00
parent e3e3b5fe58
commit e8654bcc2d
5 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RUN poetry config virtualenvs.create false
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
# add source and unpack
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/tarball/main" /src.tar.gz
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/archive/v1.0.0.tar.gz" /src.tar.gz
RUN mkdir /app && tar xvfz /src.tar.gz -C /app --strip-components=1
# install