hapi-fhir/hapi-fhir-jpaserver-example/Dockerfile

5 lines
131 B
Docker
Raw Normal View History

FROM jetty:9-jre8-alpine
USER jetty:jetty
ADD ./target/hapi-fhir-jpaserver-example.war /var/lib/jetty/webapps/root.war
EXPOSE 8080