ai/at
1
0

fix install.zsh deploy

This commit is contained in:
2026-03-13 00:28:12 +09:00
parent 00b1b5ce1e
commit d2dc3da0ef

View File

@@ -546,7 +546,7 @@ function at-repos-push-docker() {
function at-repos-pull-docker() { function at-repos-pull-docker() {
cd $d cd $d
docker compose up -d --pull always docker compose -f deploy.yml up -d --pull always
echo "💡 Run 'docker image prune' manually to clean up old images." echo "💡 Run 'docker image prune' manually to clean up old images."
} }