Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ylacaute committed Dec 22, 2019
1 parent aa62748 commit 9364d5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can directly start to use __ez-Dashing__ by pulling the production docker im

## From Docker Hub
```sh
docker run --rm -itp 8080:8080 --name ez-dashing -v /ABSOLUTE/PATH/TO/CONFIG/DIR:/ez-config ylacaute/ez-dashing:1.0.0
docker run --rm -itp 8080:8080 --name ez-dashing -v /ABSOLUTE/PATH/TO/CONFIG/DIR:/ez-config ylacaute/ez-dashing:1.2.0
```
Go on [http://localhost:8080](http://localhost:8080)

Expand Down Expand Up @@ -85,7 +85,7 @@ Available versions (docker tag):

__New release__

Let's support we want release the version 1.3.0.
Let's suppose we want to release the version 1.3.0.
```sh

# Create the branch
Expand All @@ -101,8 +101,7 @@ git checkout -b 1.3
./ez.sh push-docker-image 1.3.0

# Git tag


git tag -a v1.3.0 -m "Release 1.3.0"
```


Expand Down

0 comments on commit 9364d5c

Please sign in to comment.