Skip to content

Commit

Permalink
Test using native build
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed Nov 19, 2024
1 parent f436274 commit a591b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY --chown=quarkus:quarkus ./buildtools ./buildtools
COPY ./pom.xml ./pom.xml
RUN chmod +x buildtools/mvnw && chmod +x ${CONTEXT}/mvnw && ./buildtools/mvnw clean install -N --batch-mode
RUN cd buildtools && ./mvnw clean install --batch-mode -DskipTests && cd ..
RUN cd ${CONTEXT} && ./mvnw clean package --batch-mode -DskipTests
RUN cd ${CONTEXT} && ./mvnw clean package --batch-mode -DskipTests -Pnative

# "A base image to run Quarkus native application using UBI Micro"
FROM quay.io/quarkus/quarkus-micro-image:2.0
Expand Down

0 comments on commit a591b47

Please sign in to comment.