Commit 12d97fe8 by Maxime

Change docker container port

parent 424a4bf7
Pipeline #104 passed with stage
in 19 seconds
......@@ -55,5 +55,5 @@ remove_container "$API_TEST_CONTAINER"
remove_container "$API_CONTAINER"
log_info "Run image"
docker run -d -p 8000:80 -v $LOGS_DIR:/tmp/log --name $API_CONTAINER $API_IMAGE
docker run -d -p 8001:80 -v $LOGS_DIR:/tmp/log --name $API_CONTAINER $API_IMAGE
stop_on_error $? "Docker run failed"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment