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 26, 2023
1 parent 58e3834 commit f1d0e73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pipeline/Builder-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ 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 workflow.sw.json ./resources/
COPY --chmod=644 ${WF_FILE} ./resources/
COPY --chmod=644 ${WF_RESOURCES} ./resources/

# Build the app
RUN /home/kogito/launch/build-app.sh ./resources
Expand Down

0 comments on commit f1d0e73

Please sign in to comment.