Added name to docker run command
This commit is contained in:
parent
f5ea5c533e
commit
fc07accb49
@ -13,5 +13,5 @@ Update the API key token in the config.json file
|
|||||||
For building and running the app via Docker
|
For building and running the app via Docker
|
||||||
```
|
```
|
||||||
docker build -t ecb:latest .
|
docker build -t ecb:latest .
|
||||||
docker run -d -p 5000:5000 ecb
|
docker run -d --name ecb -p 5000:5000 ecb:latest
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user