forked from folio-org/mod-serials-management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
10 lines (10 loc) · 665 Bytes
/
Dockerfile
File metadata and controls
10 lines (10 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
FROM folioci/alpine-jre-openjdk17:latest
MAINTAINER Ian.Ibbotson@k-int.com
VOLUME /tmp
ENV VERTICLE_FILE mod-serials-management.war
ENV VERTICLE_HOME /
COPY service/build/libs/mod-serials-management-*.*.*.jar mod-serials-management.war
EXPOSE 8080/tcp
# See https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config
# https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-relaxed-binding-from-environment-variables
# CMD java -Djava.security.egd=file:/dev/./urandom -Xshareclasses -Xscmx50M -Xtune:virtualized -jar /mod-agreements.war