From 9bc4bf68372eb0d31ecbcc7277ec4910f547e8d8 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sun, 16 Apr 2023 19:34:26 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/API/Quarku?= =?UTF-8?q?s/src/main/docker/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API/Quarkus/src/main/docker/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/API/Quarkus/src/main/docker/Dockerfile b/Sources/API/Quarkus/src/main/docker/Dockerfile index 762a7f5..d5bf9d1 100644 --- a/Sources/API/Quarkus/src/main/docker/Dockerfile +++ b/Sources/API/Quarkus/src/main/docker/Dockerfile @@ -76,7 +76,6 @@ # ### FROM registry.access.redhat.com/ubi8/openjdk-11:1.14 -RUN ls # 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/*.jar /deployments/