Skip to content

Commit

Permalink
feat: push docker image on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Sep 2, 2024
1 parent 91502d8 commit d428203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile-CR
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We use Temurin as it is the default at VHV
FROM eclipse-temurin:21-jre-jammy

COPY ./inspectit-gepard-agent.jar ./app.jar
COPY ./backend-0.0.1-SNAPSHOT.jar ./app.jar

# Expose the port on which the app will run
EXPOSE 8080
Expand Down

0 comments on commit d428203

Please sign in to comment.