update jamespong14205,

This commit is contained in:
louiscklaw
2025-02-01 02:02:25 +08:00
parent 8bf2589af5
commit c3a16177eb
90 changed files with 9071 additions and 6 deletions

13
task1/project/003_src/dc_up.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -ex
docker compose pull
docker compose build
docker compose kill
docker compose down --volumes
sudo rm -rf ./volumes/mysql
docker compose up -d