Skip to content

Commit

Permalink
chore: fixed dockerfile for job project
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 30, 2024
1 parent 10b08fc commit ce57dc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions job/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM openjdk:18-jdk-slim

RUN apt update && apt install -y git && apt clean

ADD ./target/*.jar /app/app.jar
WORKDIR /app
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit ce57dc6

Please sign in to comment.