Skip to content

Commit

Permalink
📸 update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
NimsHub committed Oct 11, 2023
1 parent 18e77b0 commit 9515005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM eclipse-temurin:17-jre-alpine
COPY target/bio-beacon-0.0.1-SNAPSHOT.jar app/app.jar
COPY src/main/resources/models app/models
COPY src/main/resources/scripts app/scripts
COPY src/main/resources/scalars app/scalars
WORKDIR /app
EXPOSE 5000
ENTRYPOINT ["java", "-jar","app.jar"]

0 comments on commit 9515005

Please sign in to comment.