⬆️ Upgrades TasmoAdmin to v2.1.0 (#259)

This commit is contained in:
Malachi Soord 2022-10-10 19:44:22 +02:00 committed by GitHub
parent 04e1088279
commit e8f9da2d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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