We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be20c3 commit d457b4bCopy full SHA for d457b4b
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM eclipse-temurin:21-jre-alpine
2
+
3
+COPY build/libs/cs-mail-service-0.0.1-SNAPSHOT.jar app.jar
4
5
+ENTRYPOINT ["java", "-jar", "/app.jar"]
0 commit comments