Skip to content

Commit ff0f749

Browse files
committed
Update Docker command in README-docker.md
1 parent 49e6dcb commit ff0f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker pull sheepy928/codeart:v1-release
2020
After pulling the image, please run the container with the following command.
2121
`-it` means the container is interactive.
2222
```bash
23-
docker run -it -p 47906:47906 codeart
23+
docker run -it -p 47906:47906 sheepy928/codeart
2424
```
2525
The following message will be shown if the container is successfully started. Note that the public URL will be different each time, and each is valid for 72 hours or until the container is stopped. You can access our demo through either the local URL or the public URL.
2626
```

0 commit comments

Comments
 (0)