FROM openjdk:11-jre

COPY agenstore.jar agenstore.jar
ENTRYPOINT exec java $JAVA_OPTIONS -Djava.security.egd=file:/dev/./urandom -jar agenstore.jar
