mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 22:14:50 +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
|