Mise à jour de 'Sources/API/Quarkus/src/main/docker/Dockerfile.jvm'
continuous-integration/drone/push Build is failing Details

Api_Vertx
David D'ALMEIDA 2 years ago
parent 0a8c6c1def
commit 348a7d4b51

@ -77,9 +77,6 @@
### ###
FROM registry.access.redhat.com/ubi8/openjdk-11:1.14 FROM registry.access.redhat.com/ubi8/openjdk-11:1.14
ENV LANGUAGE='en_US:en'
# We make four distinct layers so if there are application changes the library layers can be re-used # We make four distinct layers so if there are application changes the library layers can be re-used
COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/ COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/ COPY --chown=185 target/quarkus-app/*.jar /deployments/

Loading…
Cancel
Save