mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 05:28:21 +00:00
6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mvn package && \
|
||
|
docker build -t hapi-fhir/hapi-fhir-jpaserver-dynamic .
|
||
|
|