Skip to content

Commit

Permalink
v3.0.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Oct 4, 2022
1 parent 6fb5c39 commit 0e4eda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_IMAGE=gradle:7.4-jdk17
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.7.0
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.7.1

################## Stage 0
FROM ${BUILD_IMAGE} as builder
Expand All @@ -18,5 +18,5 @@ RUN cd /app && gradle build -x test --no-watch-fs $OPTIONAL_CERT_ARG
################## Stage 1
FROM ${RUN_IMAGE} as runner
COPY --from=builder /app/docker/app/app-setup.env /
RUN /app-setup.sh /app-app-setup.env
RUN /app-setup.sh /app-setup.env
COPY --from=builder /app/build/libs/* /opt/jboss/wildfly/standalone/deployments

0 comments on commit 0e4eda9

Please sign in to comment.