Initial commit
This commit is contained in:
5
build-docker-image.sh
Executable file
5
build-docker-image.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mvn package && \
|
||||
docker build -t hapi-fhir/hapi-fhir-jpaserver-starter .
|
||||
|
||||
Reference in New Issue
Block a user