This commit is contained in:
louiscklaw
2025-02-01 02:00:13 +08:00
parent b3da7aaef5
commit 2a2ec19826
12 changed files with 2238 additions and 0 deletions

11
docker-share/up.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -ex
git pull
docker compose pull
docker compose build
docker compose kill
docker compose down
docker compose up -d