发布脚本准备

This commit is contained in:
2026-02-14 22:49:44 +08:00
parent 3e4c54e29a
commit c06c1f3404
2 changed files with 29 additions and 2 deletions

View File

@@ -4,8 +4,6 @@ set -eux
export TARGET_USER=ecs-user
export REGISTRY_IP=172.22.178.82
sudo apt update
sudo apt install -y npm git
curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh | sh
sudo usermod -aG docker $TARGET_USER