Skip to content

Commit

Permalink
Update Docker command in README-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepy928 committed May 1, 2024
1 parent 49e6dcb commit ff0f749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker pull sheepy928/codeart:v1-release
After pulling the image, please run the container with the following command.
`-it` means the container is interactive.
```bash
docker run -it -p 47906:47906 codeart
docker run -it -p 47906:47906 sheepy928/codeart
```
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.
```
Expand Down

0 comments on commit ff0f749

Please sign in to comment.