From f94a0a12fb23ca0cf59938376a4fde2b23bb3722 Mon Sep 17 00:00:00 2001 From: Roy Golan Date: Mon, 27 Nov 2023 08:20:11 +0200 Subject: [PATCH] Update Builder-Dockerfile --- pipeline/Builder-Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipeline/Builder-Dockerfile b/pipeline/Builder-Dockerfile index b74e9439..20bce58c 100644 --- a/pipeline/Builder-Dockerfile +++ b/pipeline/Builder-Dockerfile @@ -7,11 +7,9 @@ ARG QUARKUS_EXTENSIONS # add extension command ARG QUARKUS_ADD_EXTENSION_ARGS -ARG WF_FILE=workflow.sw.json ARG WF_RESOURCES # Copy from build context to skeleton resources project -COPY --chmod=644 ${WF_FILE} ./resources/ COPY --chmod=644 ${WF_RESOURCES} ./resources/ # Build the app