Dockerfile aktualisiert

This commit is contained in:
ds
2026-03-26 00:59:26 +00:00
parent 96e5f4d419
commit 60c51c8910
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
#COPY . /usr/src/app
RUN git clone https://gitea.dev.osnawiki.de/ds/springhello/
RUN echo "1" && git clone https://gitea.dev.osnawiki.de/ds/springhello/
RUN cd springhello && mvn compile