From a7520b365d04c99ae6fcbcf39d674d997115ec9d Mon Sep 17 00:00:00 2001 From: ds Date: Thu, 26 Mar 2026 00:18:29 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af9d2f0..b8441ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app #COPY . /usr/src/app -RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/ . +RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/ RUN mvn compile