fix silly copy error

This commit is contained in:
Logan Cusano
2025-04-27 00:54:27 -04:00
parent 886c45261f
commit 0e4da902a8

View File

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