Skip to content

Commit

Permalink
Test docker actions #18, set command gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sabexzero committed Apr 20, 2024
1 parent b0f5419 commit 1b2606d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /app

COPY build.gradle .
COPY settings.gradle .
COPY gradlew .sss
COPY gradle ./gradle/

COPY src ./src/
Expand All @@ -13,8 +12,9 @@ RUN apt-get update && \
apt-get install dos2unix && \
apt-get clean \

RUN gradle wrapper
RUN dos2unix gradlew
RUN chmod 777 gradlew
RUN chmod +x gradlew
RUN ./gradlew lib:build

FROM openjdk:latest
Expand Down

0 comments on commit 1b2606d

Please sign in to comment.