Skip to content

Commit

Permalink
use vendor neutral container label
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 1, 2024
1 parent 2514da6 commit 1b6a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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 /
COPY --from=builder /app/container/app/app-setup.env /
USER root
RUN /server-setup.sh /app-setup.env wildfly_start_and_wait \
&& /app-setup.sh /app-setup.env config_keycloak_client \
Expand Down

0 comments on commit 1b6a7b1

Please sign in to comment.