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 e51bc80 commit ce3720dCopy full SHA for ce3720d
Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /opt/build
12
13
RUN pwd \
14
&& ls \
15
- && gradle build
+ && /home/gradle/src/gradle build
16
17
VOLUME /tmp
18
ARG JAR_FILE=./build/libs/devopssample-java-gradle-0.0.1.jar
0 commit comments