Skip to content

Commit

Permalink
chore: fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
j0a0m4 committed Jun 20, 2023
1 parent e58af54 commit 3c3ba91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN ["./gradlew", "--version"]

FROM GRADLE
COPY . .
ENTRYPOINT [ "./gradlew", "build", "--exclude-task", "test", "--stacktrace", "--no-daemon", "--parallel"]
RUN [ "./gradlew", "build", "--exclude-task", "test", "--stacktrace", "--no-daemon", "--parallel"]
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .
RUN ["./gradlew", "clean"]

FROM BUILDER
ENTRYPOINT [ "./gradlew", "test", "--stacktrace", "--no-daemon", "--parallel"]
RUN [ "./gradlew", "test", "--stacktrace", "--no-daemon", "--parallel"]

0 comments on commit 3c3ba91

Please sign in to comment.