Skip to content

Commit

Permalink
try diff dockerfile fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 6, 2024
1 parent f55ed1f commit e3fb8f5
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 @@ -5,6 +5,6 @@ COPY . .
CMD ["./gradlew", "build"]


COPY ./build/libs/*.jar app.jar
COPY /app/build/libs/*.jar app.jar
EXPOSE 8081
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit e3fb8f5

Please sign in to comment.