Skip to content

Commit

Permalink
chore: fixing native build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 20, 2024
1 parent 2503da8 commit fb259a4
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 @@ -8,7 +8,7 @@ COPY src ./src
COPY .mvn/ ./.mvn

# Build
RUN ./mvnw package -Pnative native:compile -DskipTests -Dskip.unit.tests=true -Dspring-boot.run.profiles=prod
RUN ./mvnw -Pnative native:compile -DskipTests -Dskip.unit.tests=true -Dspring-boot.run.profiles=prod

### Deployer
FROM gcr.io/distroless/java-base:nonroot AS deploy
Expand Down

0 comments on commit fb259a4

Please sign in to comment.