Skip to content

Commit c8fbe8a

Browse files
committed
Minor change to Reame
1 parent 7024af3 commit c8fbe8a

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
@@ -130,7 +130,7 @@ Open the link in your browser, and you should see a visualisation of block world
130130
### Deployment with Docker
131131
```
132132
docker build -t planimation_js .
133-
docker run -dp 8080:8080 planimation_js
133+
docker run --name planimation_js_frontend -dp 8080:8080 planimation_js
134134
```
135135
Map TCP port 8080 in the container to port 8080 on the Docker host. Please make
136136
sure the docker port is same as the port number in nginx.conf.

0 commit comments

Comments
 (0)