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

5
build-docker-image.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
mvn package && \
docker build -t hapi-fhir/hapi-fhir-jpaserver-starter .