Merge branch chessserver:master into master

This commit is contained in:
dvorak chen
2024-07-02 03:20:42 +00:00
+2 -2
View File
@@ -56,8 +56,8 @@ Then run the following commands in a Linux shell:
```bash
image=hub.aiursoft.cn/aiursoft/chessserver
appName=chessserver
docker pull $image
docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image
```
That will start a web server at `http://localhost:5000` and you can test the app.