From 5579afb5e77834f529a46e8a0dc8330f69073624 Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Mon, 25 May 2026 09:29:22 +0200 Subject: [PATCH] Fix pom.xml: remove quarkus-rest-multipart (built into quarkus-rest), add maven-resources-plugin version; fix Dockerfile: DOSTALGIA_DATA -> DOSTALGIA_DATA_DIR --- Dockerfile | 2 +- pom.xml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97b7d5f..24f9335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ WORKDIR /app COPY --from=build /build/target/quarkus-app/ /app/ EXPOSE 8765 VOLUME /data -ENV DOSTALGIA_DATA=/data +ENV DOSTALGIA_DATA_DIR=/data ENTRYPOINT ["java", "-jar", "quarkus-run.jar"] diff --git a/pom.xml b/pom.xml index 596518a..8c017f0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,11 +40,7 @@ io.quarkus quarkus-rest-jackson - - - io.quarkus - quarkus-rest-multipart - + io.quarkus @@ -77,6 +73,7 @@ org.apache.maven.plugins maven-resources-plugin + 3.3.1 copy-frontend