This commit is contained in:
theshy
2025-07-31 17:29:00 +08:00
parent 3b52ecf74f
commit 3e5e383a95
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -e
APP_DIR="record-app"
IMAGE_NAME="recorder-app"
CONTAINER_NAME="recorder-app"
PORT=25200
PORT=25190
# 1. 检查 Docker
if ! command -v docker &> /dev/null; then