We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92a2f5 commit 4a43305Copy full SHA for 4a43305
Dockerfile
@@ -1,9 +1,8 @@
1
FROM gradle:8.0.2-jdk17 AS build
2
WORKDIR /app/gdgoc
3
4
-COPY gdgoc gdgoc
5
-WORKDIR /app/gdgoc
6
-
+COPY gdgoc/ .
+RUN ls -l
7
RUN chmod +x gradlew
8
RUN ./gradlew build
9
0 commit comments