We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6947c4c + 8b479b6 commit 34a54e9Copy full SHA for 34a54e9
server/Dockerfile
@@ -1,3 +1,4 @@
1
+# syntax=docker/dockerfile:1
2
FROM gradle:jdk17 as builder
3
4
# Copy sources
@@ -10,7 +11,7 @@ ENV CI=true
10
11
12
# Build the server application
13
RUN --mount=type=secret,id=dv-key,env=DEVELOCITY_ACCESS_KEY \
- ./gradlew --no-daemon assemble -Ddevelocity.url=https://ge.solutions-team.gradle.com/
14
+ ./gradlew --no-daemon assemble
15
16
FROM eclipse-temurin:17.0.7_7-jdk
17
0 commit comments