From ff0f749b4af1bb25d649f79568b62083b6c20999 Mon Sep 17 00:00:00 2001 From: Ziyang Huang Date: Wed, 1 May 2024 03:17:52 -0400 Subject: [PATCH] Update Docker command in README-docker.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a820e8..b0b0038 100644 --- a/README.md +++ b/README.md @@ -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. ```