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 098819c commit 52da6ccCopy full SHA for 52da6cc
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /opt/build
6
7
RUN pwd \
8
&& ls -alh \
9
- && ./gradlew build --no-deamon \
+ && ./gradlew build --no-daemon \
10
&& ls -alh ./build/libs/ \
11
&& cp ./build/libs/devopssample-java-gradle-0.0.1.jar app.jar
12
0 commit comments