改进
This commit is contained in:
parent
340b082ee8
commit
a6d2ec60fe
8
bin/update.sh
Executable file
8
bin/update.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user