We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c40e29 commit 5b8ef4cCopy full SHA for 5b8ef4c
Dockerfile
@@ -7,7 +7,7 @@ COPY . .
7
RUN cd frontend \
8
&& npm run build
9
10
-RUN mvn clean package -DskipTests
+RUN mvn clean package -Dmaven.test.skip=true
11
12
FROM debian:bullseye-slim
13
0 commit comments