fix: Dockerfile ENTRYPOINT must be a single-line JSON array
Build & Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
Hermes Agent
2026-06-03 15:39:59 +02:00
parent 4a25b35667
commit 21a33b6b08
+1 -2
View File
@@ -27,5 +27,4 @@ VOLUME /data
ENV DOSTALGIA_DATA_DIR=/data ENV DOSTALGIA_DATA_DIR=/data
# Limit JVM heap — the app streams everything (upload/serve) so 128MB is plenty # Limit JVM heap — the app streams everything (upload/serve) so 128MB is plenty
# G1GC with periodic GC allows heap to shrink when idle # G1GC with periodic GC allows heap to shrink when idle
ENTRYPOINT ["java", "-Xmx128m", "-Xms64m", "-XX:+UseG1GC", "-XX:G1PeriodicGCInterval=30000", ENTRYPOINT ["java", "-Xmx128m", "-Xms64m", "-XX:+UseG1GC", "-XX:G1PeriodicGCInterval=30000", "-jar", "quarkus-run.jar"]
"-jar", "quarkus-run.jar"]