Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 523 Bytes

Jarvis

CircleCI

Running Jarvis

J.A.R.V.I.S runs in docker.
We use sbt-native-packager to build our docker image with sbt commands. to build our image we use:

sbt docker:stage
sbt docker:publishLocal

to run our app we then we use:

 docker run --rm -p 9000:9000 jarvis:TAG