Navigation Menu

Skip to content

Commit

Permalink
Add build and run script
Browse files Browse the repository at this point in the history
  • Loading branch information
alsutton committed Oct 28, 2018
1 parent 23e8a56 commit 7aab758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/build_and_start_docker_image.sh
@@ -0,0 +1,5 @@
#!/bin/bash

./gradlew build
docker build -t eps:latest .
docker run -it --rm -p 8888:8080 eps:latest

0 comments on commit 7aab758

Please sign in to comment.