Skip to content

Commit 4681760

Browse files
committed
port updated for docker
1 parent 2c096ec commit 4681760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install Dependencies in Virtual Environment::
3333

3434
$ docker image build -t flask-app .
3535

36-
$ docker run -p 8000:8000 -d --name flask-application flask-app
36+
$ docker run -p 3000:3000 -d --name flask-application flask-app
3737

3838
Save/Load the docker image(optional)
3939
----

0 commit comments

Comments
 (0)