add? update

This commit is contained in:
Zheyuan Wu
2026-02-11 17:31:34 -06:00
parent a03f90a4ba
commit 6cc8ce61b3
5 changed files with 22 additions and 6 deletions

View File

@@ -19,6 +19,10 @@ file bin/server bin/client || true
chmod a+x bin/server bin/client
# clean up existing containers and networks
docker compose down
# start the containers
docker compose up -d server
docker compose run --rm -it client