mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
⬆️ Upgrades TasmoAdmin to v2.0.0-beta8 (#245)
This commit is contained in:
parent
82ed22c0a1
commit
80953f7115
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue