Update install and make
This commit is contained in:
@@ -48,8 +48,8 @@ create_config_json() {
|
||||
}
|
||||
|
||||
start_docker_container() {
|
||||
local container_name="websocket-client-app-container" # A unique name for your container
|
||||
local image_name="websocket-client-app" # From your Makefile
|
||||
local container_name="drb-client-app-container" # A unique name for your container
|
||||
local image_name="drb-client-app" # From your Makefile
|
||||
|
||||
echo -e "${GREEN}Building Docker image '${image_name}'...${NC}"
|
||||
# Build the Docker image from the current directory
|
||||
|
||||
Reference in New Issue
Block a user