Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tanettrimas committed Oct 28, 2023
1 parent 39b3813 commit 3f02d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM eclipse-temurin:17-jdk-jammy

WORKDIR /app

COPY app/build/libs/fat.jar ./
COPY ./app/build/libs/fat.jar ./

ENTRYPOINT ["java", "-jar", "fat.jar"]

0 comments on commit 3f02d23

Please sign in to comment.