Skip to content

Commit

Permalink
fix chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesRamadi committed Oct 16, 2023
1 parent 2573dd8 commit 410a9e0
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 @@ -3,7 +3,7 @@ FROM openjdk:17-jdk as builder
WORKDIR /code
COPY . .

RUN chlmod +x ./mvnw
RUN chmod +x ./mvnw
RUN ./mvnw package -D maven.test.skip

FROM openjdk:17-jdk-alpine as runner
Expand Down

0 comments on commit 410a9e0

Please sign in to comment.