From 7bb0699c1bb8af331c6e829b77425c57358836ec Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Fri, 4 Mar 2022 10:25:04 +0100 Subject: [PATCH] corrected and unified docker commands --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e360725d..b885dd07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index ddaa7659..36b06e6b 100644 --- a/README.md +++ b/README.md @@ -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