FROM liferay/jar-runner:latest

COPY --chown=liferay:liferay *.jar /opt/liferay/jar-runner.jar

#ENV LIFERAY_JAR_RUNNER_JAVA_OPTS="-Xmx512m"