fix silly copy error
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,8 +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 SERVER_WS_URI=${SERVER_WS_URI} \
|
||||
-e SERVER_API_URL=${SERVER_API_URL} \
|
||||
-e CLIENT_API_URL=${CLIENT_API_URL} \
|
||||
--network=host \
|
||||
$(CLIENT_IMAGE)
|
||||
|
||||
Reference in New Issue
Block a user