Skip to content

Commit 34a54e9

Browse files
authored
Merge pull request #1124 from ribafish/feature/dvDockerfileFix
Dockerfile fix for Develocity access key
2 parents 6947c4c + 8b479b6 commit 34a54e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# syntax=docker/dockerfile:1
12
FROM gradle:jdk17 as builder
23

34
# Copy sources
@@ -10,7 +11,7 @@ ENV CI=true
1011

1112
# Build the server application
1213
RUN --mount=type=secret,id=dv-key,env=DEVELOCITY_ACCESS_KEY \
13-
./gradlew --no-daemon assemble -Ddevelocity.url=https://ge.solutions-team.gradle.com/
14+
./gradlew --no-daemon assemble
1415

1516
FROM eclipse-temurin:17.0.7_7-jdk
1617

0 commit comments

Comments
 (0)