Implement static config for server info
This commit is contained in:
5
Makefile
5
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user