Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed May 17, 2022
1 parent e863d7b commit ce24383
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions src/main/docker/Dockerfile.multistage
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY --chown=quarkus:quarkus src/main/resources /code/src/main/resources

USER quarkus
WORKDIR /code
RUN chmod +x gradlew
RUN VERSION=$VERSION ./gradlew build -Dquarkus.package.type=native --no-daemon

## Stage 2 : create the docker final image
Expand All @@ -30,7 +29,6 @@ USER jboss

RUN curl -o /work/h2.jar -L https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210.jar
COPY src/main/docker/run.sh /work/run.sh
RUN chmod +x /work/run.sh
COPY --from=build /code/build/*-runner /work/application

EXPOSE 8080
Expand Down
Empty file modified src/main/docker/run.sh
100644 → 100755
Empty file.

0 comments on commit ce24383

Please sign in to comment.