Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
iss #11: add docker related instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maizy committed Jun 22, 2016
1 parent d13babb commit ddbb65e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,18 @@ or start in the watch mode (after any changes happens assets will be automatical
sbt assembly
ls server/target/scala-2.11/cheesecake-server-assembly-*.jar
```


## Create docker image

Create local container:

`sbt server/docker:publishLocal`

Publish to docker hub:

```
sbt server/docker:publish
docker tag maizy/cheesecake-server:x.x.x maizy/cheesecake-server:latest
docker push maizy/cheesecake-server:latest
```

0 comments on commit ddbb65e

Please sign in to comment.