1
0
mirror of https://github.com/hapifhir/hapi-fhir.git synced 2025-03-26 01:48:28 +00:00

6 lines
87 B
Bash
Raw Normal View History

#!/bin/sh
mvn package && \
docker build -t hapi-fhir/hapi-fhir-jpaserver-example .