Skip to content

Commit 11ecfbd

Browse files
author
jayh-song
committed
springboot sample
1 parent d6c8056 commit 11ecfbd

File tree

10 files changed

+58
-46
lines changed

10 files changed

+58
-46
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
108 Bytes
Binary file not shown.

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
FROM gradle:6.9-jdk-openj9 AS build
2-
COPY --chown=gradle:gradle . /home/gradle/src
3-
WORKDIR /home/gradle/src
4-
RUN gradle build --no-daemon
5-
61
FROM openjdk:8-jdk-alpine
72

8-
93
RUN mkdir -p /opt/build
104
ADD ./ /opt/build
115
WORKDIR /opt/build
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)