⬆️ Upgrades TasmoAdmin to v2.0.0 (#250)

This commit is contained in:
Malachi Soord 2022-06-30 01:18:36 +02:00 committed by GitHub
parent 6a8f20527e
commit 69217666a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ RUN \
nodejs=16.15.0-r1 \
npm=8.10.0-r0 \
\
&& git clone --branch "v2.0.0-beta9" --depth=1 \
&& git clone --branch "v2.0.0" --depth=1 \
"https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \
\
&& cd /var/www/tasmoadmin/tasmoadmin \