We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bf0df2 + fdfb6ad commit 1a71c7bCopy full SHA for 1a71c7b
1 file changed
README.md
@@ -33,4 +33,6 @@ The server is now running in the background and is listening on 5000.
33
34
### Creating docker image:
35
1. change directory to webmud3. (where UI and backend are in)
36
-2. docker build -t webmud3:v0.0.7 -f ./dockerfiles/ng.dockerfile .
+2. docker build -t webmud3:v0.0.7 -f ./dockerfiles/ng.dockerfile .
37
+3. docker run -p 5000:5000 webmud3:v0.0.7
38
+Then the docker container is running on port 5000 (localhost:5000/webmud3)
0 commit comments