Skip to content

Commit 52da6cc

Browse files
author
jayh-song
committed
springboot sample
1 parent 098819c commit 52da6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /opt/build
66

77
RUN pwd \
88
&& ls -alh \
9-
&& ./gradlew build --no-deamon \
9+
&& ./gradlew build --no-daemon \
1010
&& ls -alh ./build/libs/ \
1111
&& cp ./build/libs/devopssample-java-gradle-0.0.1.jar app.jar
1212

0 commit comments

Comments
 (0)