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 8a5a0d2 commit f6acc40Copy full SHA for f6acc40
backend/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM eclipse-temurin:21-jdk-alpine
2
+
3
+RUN apk add --no-cache maven
4
5
+COPY . /app
6
+WORKDIR /app
7
8
+RUN mvn clean package -DskipTests
9
10
+CMD ["java", "-jar", "target/MetaClock.jar"]
0 commit comments