Skip to content

Commit

Permalink
💚 Dockerfile fix
Browse files Browse the repository at this point in the history
Related:
  • Loading branch information
L-U-Ready committed Oct 13, 2024
1 parent ecf6b11 commit 4c9101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:21-jdk-slim

WORKDIR /app

COPY build/libs/the_monitor-0.0.1-SNAPSHOT.jar /app/the_monitor.jar
COPY build/libs/*.jar /app/the_monitor.jar

EXPOSE 8080

Expand Down

0 comments on commit 4c9101b

Please sign in to comment.