Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 189 Bytes

DOCKER.md

File metadata and controls

12 lines (7 loc) · 189 Bytes

Using Docker

Build Image

docker build -t ehrserver .

Run Server on port 8090

docker run -p "8090:8090" ehrserver

Run Tests

docker run ehrserver grails test-app -integration