mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Add Dockerfile and build script for the jpaserver-example.
This commit is contained in:
parent
6314f5efb3
commit
9d8225cbec
4
hapi-fhir-jpaserver-example/Dockerfile
Normal file
4
hapi-fhir-jpaserver-example/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM jetty:9-jre8-alpine
|
||||
USER jetty:jetty
|
||||
ADD ./target/hapi-fhir-jpaserver-example.war /var/lib/jetty/webapps/root.war
|
||||
EXPOSE 8080
|
5
hapi-fhir-jpaserver-example/build-docker-image.sh
Executable file
5
hapi-fhir-jpaserver-example/build-docker-image.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mvn package && \
|
||||
docker build -t hapi-fhir/hapi-fhir-jpaserver-example .
|
||||
|
Loading…
x
Reference in New Issue
Block a user