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