Update install and make
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,6 +11,6 @@ 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 \
|
||||||
-v "$(pwd)/data":/data \
|
-v "$(shell pwd)/data":/data \
|
||||||
--network=host \
|
--network=host \
|
||||||
$(CLIENT_IMAGE)
|
$(CLIENT_IMAGE)
|
||||||
|
|||||||
@@ -48,8 +48,8 @@ create_config_json() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start_docker_container() {
|
start_docker_container() {
|
||||||
local container_name="websocket-client-app-container" # A unique name for your container
|
local container_name="drb-client-app-container" # A unique name for your container
|
||||||
local image_name="websocket-client-app" # From your Makefile
|
local image_name="drb-client-app" # From your Makefile
|
||||||
|
|
||||||
echo -e "${GREEN}Building Docker image '${image_name}'...${NC}"
|
echo -e "${GREEN}Building Docker image '${image_name}'...${NC}"
|
||||||
# Build the Docker image from the current directory
|
# Build the Docker image from the current directory
|
||||||
|
|||||||
Reference in New Issue
Block a user