Implement static config for server info

This commit is contained in:
Logan Cusano
2025-06-22 22:08:25 -04:00
parent 84135f1eb0
commit 01f892a6db
3 changed files with 22 additions and 7 deletions

View File

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