Lae/bin/update.sh

9 lines
249 B
Bash
Raw Permalink Normal View History

2023-02-08 13:00:48 +00:00
#!/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