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 32df7dc commit ea9201dCopy full SHA for ea9201d
backend-java/Dockerfile
@@ -0,0 +1,9 @@
1
+FROM eclipse-temurin:21-jdk
2
+
3
+WORKDIR /app
4
5
+COPY target/*.jar app.jar
6
7
+EXPOSE 8080
8
9
+ENTRYPOINT ["java", "-jar", "app.jar"]
0 commit comments