Skip to content

Commit

Permalink
fix: change default rights
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Sep 20, 2023
1 parent e100e44 commit a4065ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY --chown=quarkus:quarkus . /code
USER quarkus

WORKDIR /code
RUN chmod "g+rwX" mvnw
RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:go-offline
RUN ./mvnw package -DskipTests -Dnative

Expand Down
Empty file modified mvnw
100644 → 100755
Empty file.

0 comments on commit a4065ba

Please sign in to comment.