We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a1779 commit 16c6475Copy full SHA for 16c6475
1 file changed
Dockerfile
@@ -24,6 +24,7 @@ COPY frontend ./frontend
24
COPY ktor-flagent ./ktor-flagent
25
COPY sdk ./sdk
26
COPY samples ./samples
27
+COPY gradle-plugins ./gradle-plugins
28
COPY VERSION ./
29
30
# Limit Gradle heap in Docker so multi-platform build does not OOM (runner has ~7GB)
@@ -33,7 +34,7 @@ ENV GRADLE_OPTS="-Xmx2048m -XX:MaxMetaspaceSize=512m"
33
34
WORKDIR /app
35
RUN chmod +x ./gradlew
36
-RUN ./gradlew :backend:installDist --no-daemon --stacktrace
37
+RUN ./gradlew :backend:installDist --no-daemon --stacktrace -x dependencyCheck
38
39
RUN ./gradlew :frontend:jsBrowserDevelopmentWebpack --no-daemon
40
0 commit comments