diff --git a/Jenkinsfile b/Jenkinsfile index 0a4daff..630362c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,6 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ - --network host \ --provenance=false \ -f src/LiveRecorder.WebApi/Dockerfile \ -t ${API_IMAGE_TAGGED} \ @@ -103,7 +102,6 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ - --network host \ --provenance=false \ -f frontend/Dockerfile \ --build-arg VITE_API_BASE_URL=/api \