mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 04:58:27 +00:00
5 lines
131 B
Docker
5 lines
131 B
Docker
FROM jetty:9-jre8-alpine
|
|
USER jetty:jetty
|
|
ADD ./target/hapi-fhir-jpaserver-example.war /var/lib/jetty/webapps/root.war
|
|
EXPOSE 8080
|