mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-05 20:48:15 +00:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mvn package && \
|
|
docker build -t hapi-fhir/hapi-fhir-jpaserver-example .
|
|
|