Skip to content

Commit

Permalink
fix(ci): Updated name of jar
Browse files Browse the repository at this point in the history
  • Loading branch information
LotuxPunk committed May 9, 2024
1 parent 6d37ab1 commit bac7c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN gradle buildFatJar --no-daemon
FROM amazoncorretto:21.0.3-alpine3.19
EXPOSE 8080:8080
RUN mkdir /app
COPY --from=build /home/gradle/src/build/libs/*.jar /app/hermes.jar
COPY --from=build /home/gradle/src/build/libs/*.jar /app/hestia.jar
ENV API_KEY=
ENV BASE_DIRECTORY=
ENTRYPOINT ["java","-jar","/app/hestia.jar"]
LABEL org.opencontainers.image.source=https://github.com/LotuxPunk/Hermes
LABEL org.opencontainers.image.source=https://github.com/LotuxPunk/Hestia

0 comments on commit bac7c63

Please sign in to comment.