All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin-server-deprecated.libraries.ktor.Dockerfile.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
FROM openjdk:8-jre-alpine

COPY ./build/libs/{{artifactId}}.jar /root/{{artifactId}}.jar

WORKDIR /root

CMD ["java", "-server", "-Xms4g", "-Xmx4g", "-XX:+UseG1GC", "-XX:MaxGCPauseMillis=100", "-XX:+UseStringDeduplication", "-jar", "{{artifactId}}.jar"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy