Skip to content

Commit

Permalink
chore: update dockerfile with run task
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora authored Feb 17, 2023
1 parent 3a55a6c commit f4bfd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM alpine:3.17
COPY ./ .
RUN apk add openjdk17
RUN ./gradlew compileKotlin
ENTRYPOINT ./gradlew tasks
ENTRYPOINT ./gradlew run

0 comments on commit f4bfd2f

Please sign in to comment.