deploiement sur VM
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user