deploiement sur VM

This commit is contained in:
Alexandre Chevalier
2026-02-13 23:37:08 +01:00
parent e37f99144b
commit 2291a85b79
142 changed files with 322045 additions and 208 deletions

View File

@@ -12,7 +12,7 @@ WORKDIR /app
RUN ./mvnw dependency:resolve
COPY doodlestudent/api/src /app/src
RUN ./mvnw package -Pnative -DskipTests
RUN ./mvnw package -Pnative -DskipTests -Dquarkus.native.builder-opportunities=2 -Dquarkus.native.native-image-xmx=3g
RUN ls -l target