Skip to content

Commit

Permalink
YAS-0003 fix docker payment-paypal (nashtech-garage#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuize47 authored Apr 10, 2024
1 parent 6125a70 commit 480ca90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payment-paypal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM eclipse-temurin:21-jre-alpine
ADD target/payment-paypal-0.0.1-SNAPSHOT.jar payment-paypal-0.0.1-SNAPSHOT.jar
ENTRYPOINT ["java", "-jar", "/payment-paypal-0.0.1-SNAPSHOT.jar"]
ADD target/payment-paypal*.jar app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 480ca90

Please sign in to comment.