Skip to content

Commit

Permalink
Update DockerfileStandalone
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Nov 5, 2023
1 parent 3cd2d6d commit 7272adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/DockerfileStandalone
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN ./gradlew clean build -x test
WORKDIR /
RUN git clone https://github.com/Netflix/conductor
WORKDIR conductor/ui
RUN yarn config set network-timeout 600000 -g
RUN yarn install && yarn build
RUN ls -ltr
RUN echo "Done building UI"
Expand Down

0 comments on commit 7272adc

Please sign in to comment.