much smaller build (hopefully) and transactions progress.

This commit is contained in:
2025-03-10 22:13:53 -07:00
parent fcb46bf756
commit e22beb149e
118 changed files with 428 additions and 35477 deletions

View File

@@ -1,6 +1,5 @@
FROM 679918342773.dkr.ecr.us-east-1.amazonaws.com/corretto:latest
RUN yum update -y
RUN yum install -y poppler-utils
FROM amazoncorretto:11-alpine
RUN apk add --no-cache poppler-utils
COPY target/auto-ap.jar /usr/local/
COPY config /usr/local/config/
CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -XX:InitialRAMPercentage=20 -XX:MaxRAMPercentage=84 -XX:-OmitStackTraceInFastThrow -cp /usr/local/auto-ap.jar clojure.main -m auto-ap.server