Initial commit

This commit is contained in:
James Agnew
2018-07-26 08:06:41 +07:00
parent 6da96ab869
commit 693dc34e55
23 changed files with 5984 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM jetty:9-jre8-alpine
USER jetty:jetty
ADD ./target/hapi-fhir-jpaserver-starter.war /var/lib/jetty/webapps/root.war
EXPOSE 8080