We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e71f70 + 6a47743 commit b245efdCopy full SHA for b245efd
backend/Dockerfile
@@ -2,7 +2,7 @@
2
FROM maven:3.9-amazoncorretto-21 AS build
3
WORKDIR /app
4
COPY . .
5
-RUN mvn clean package -DskipTests
+RUN mvn clean package
6
7
# Stage 2: Run the JAR
8
FROM amazoncorretto:21
0 commit comments