fix: Dockerfile ENTRYPOINT must be a single-line JSON array
Build & Deploy / build-and-deploy (push) Successful in 37s
Build & Deploy / build-and-deploy (push) Successful in 37s
This commit is contained in:
+1
-2
@@ -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"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user