Update docker run command in deployment-other.md

This commit is contained in:
Alex C. Bilimoria
2021-02-04 09:58:41 -07:00
committed by GitHub
parent 1e701b9213
commit 0009804a84
+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