This commit is contained in:
Zheyuan Wu
2026-02-11 20:13:53 -06:00
parent 6cc8ce61b3
commit 5a45bd312d
14 changed files with 614 additions and 35 deletions

View File

@@ -19,8 +19,9 @@ file bin/server bin/client || true
chmod a+x bin/server bin/client
# clean up existing containers and networks
docker compose down
# stop the containers and free up network resources
docker compose down --remove-orphans || true
docker network rm net-hw1 >/dev/null 2>&1 || true
# start the containers
docker compose up -d server