Skip to content

Commit

Permalink
corrected and unified docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jettka committed Mar 4, 2022
1 parent 3197620 commit 7bb0699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git checkout -b issue-33
With [Docker installed] you simply tell it to build your locally checked out branch ("issue-33") with

```sh
docker build -t mermeid:issue-33
docker build --tag mermeid:issue-33 .
```

and then you run it like
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The reason for this is that we need different flavours of Java and exist-db to t
If you just do the standard

```
docker build --tag edirom/mermeid:latest.
docker build --tag edirom/mermeid:latest .
```
The [official exist-db](https://hub.docker.com/r/existdb/existdb) 5.2.0 container will be used as the base image but
Expand Down

0 comments on commit 7bb0699

Please sign in to comment.