Update install and make

This commit is contained in:
Logan Cusano
2025-06-22 22:35:05 -04:00
parent d1b668fa60
commit e961baca01
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@ build:
# Target to run the server container using the host network
run: build
docker run -it --rm \
-v "$(pwd)/data":/data \
-v "$(shell pwd)/data":/data \
--network=host \
$(CLIENT_IMAGE)