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 4a43305 commit f9f6fe8Copy full SHA for f9f6fe8
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app/gdgoc
4
COPY gdgoc/ .
5
RUN ls -l
6
RUN chmod +x gradlew
7
-RUN ./gradlew build
+RUN ./gradlew build -x test
8
9
FROM openjdk:17-jdk-slim
10
WORKDIR /app
0 commit comments