Skip to content

Commit

Permalink
Chore: dockerfile μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
saokiritoni authored Nov 8, 2024
1 parent 0406a16 commit 29fbf67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM bellsoft/liberica-openjdk-alpine:17
RUN apk add --no-cache redis
ARG JAR_FILE=build/libs/osori-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 29fbf67

Please sign in to comment.