Skip to content

Commit

Permalink
Update Builder-Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgolangh authored Nov 27, 2023
1 parent 2b0dca8 commit f94a0a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipeline/Builder-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f94a0a1

Please sign in to comment.