Skip to content

Commit b636fb0

Browse files
committed
dockerfile
1 parent 303ce23 commit b636fb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM gradle:8.3-jdk17 AS builder
22

33
WORKDIR /app
44

5-
COPY build.gradle setting.grdle ./
5+
COPY build.gradle setting.gradle ./
66
COPY gradle gradle
77

88
RUN gradle build --no-daemon -x test || return 0

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'guzip'
1+
rootProject.name = 'guzip'

0 commit comments

Comments
 (0)