Update app to use envs for server info

This commit is contained in:
Logan Cusano
2025-04-27 00:53:18 -04:00
parent 9ade2f9249
commit 886c45261f
3 changed files with 8 additions and 9 deletions

View File

@@ -11,5 +11,8 @@ build:
# Target to run the server container using the host network
run: build
docker run -it --rm \
-e CLIENT_API_URL=${SERVER_WS_URI} \
-e CLIENT_API_URL=${SERVER_API_URL} \
-e CLIENT_API_URL=${CLIENT_API_URL} \
--network=host \
$(CLIENT_IMAGE)