-
Notifications
You must be signed in to change notification settings - Fork 0
How to Deploy
SpeedEX edited this page Nov 2, 2018
·
6 revisions
- go to todo-api-360/ directory
- run command
sbt assembly
- run command
sbt docker:publishLocal
- run command
docker run -p 9000:9000 --rm todo-360-app:0.1
On local machine
- go to todo-api-360/ directory
- run command
sbt assembly
- run command
sbt docker:publish
On remote machine
- run command
docker pull speedex/todo-360-app:0.1
- run command
docker run -p 9000:9000 --rm todo-360-app:0.1
The endpoint url is http://localhost:9000