This commit is contained in:
iVampireSP.com 2023-02-08 21:00:48 +08:00
parent 340b082ee8
commit a6d2ec60fe
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

8
bin/update.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
echo "Updating latte..."
docker pull ccr.ccs.tencentyun.com/laecloud/cafe:latte
echo "Updating vendor..."
docker run -it --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte composer install --no-dev