Merge pull request #4393 from acbilimoria/patch-1

Update docker run command in deployment-other.md
This commit is contained in:
Patrik Oldsberg
2021-02-04 18:27:39 +01:00
committed by GitHub
+1 -1
View File
@@ -90,7 +90,7 @@ $ docker build -t example-deployment .
To run the image locally you can run:
```sh
$ docker run -p -it 7000:7000 example-deployment
$ docker run -it -p 7000:7000 example-deployment
```
You should then start to get logs in your terminal, and then you can open your