From 90444177a404cf42beadd84f6caecbdc8d26cf09 Mon Sep 17 00:00:00 2001 From: ds Date: Thu, 26 Mar 2026 01:41:54 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f970e13..df0c3cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,13 +4,13 @@ WORKDIR /usr/src/app #COPY . /usr/src/app -RUN echo "1" && git clone https://gitea.dev.osnawiki.de/ds/springhello/ +RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/ WORKDIR /usr/src/app/springhello RUN mvn compile -#FROM maven:3.9.14-eclipse-temurin-21 +FROM maven:3.9.14-eclipse-temurin-21 #COPY --from=builder /usr/src/app/springhello .