⬆️ Upgrades TasmoAdmin to v2.0.0-beta8 (#245)

This commit is contained in:
Franck Nijhof 2022-06-20 22:31:18 +02:00 committed by GitHub
parent 82ed22c0a1
commit 80953f7115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,10 @@ RUN \
nodejs=16.15.0-r1 \
npm=8.10.0-r0 \
\
&& git clone --branch "v2.0.0-beta6" --depth=1 \
&& git clone --branch "v2.0.0-beta8" --depth=1 \
"https://github.com/reloxx13/TasmoAdmin.git" /var/www/tasmoadmin \
\
&& cd /var/www/tasmoadmin/tasmoadmin \
&& composer remove --dev --no-install "phpunit/phpunit" \
&& composer install --no-dev \
\
&& npm ci \