optimize setup
Some checks failed
deploy to hetzner / deploy (push) Failing after 11m18s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-23 00:06:46 +02:00
parent 2ef81803c6
commit 9bb7a2e764
5 changed files with 8 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ USER app
# Copy all needed project files to a folder
COPY --chown=app ./gradle/ ./gradle
COPY --chown=app ./gradlew ./build.gradle ./settings.gradle ./app.json ./
COPY --chown=app ./gradlew ./build.gradle ./settings.gradle ./
COPY --chown=app ./src ./src
RUN curl -OL https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar