调整端口

This commit is contained in:
fuzhongyun 2026-04-01 10:02:15 +08:00
parent d8292f9bca
commit 2959f95587
1 changed files with 1 additions and 1 deletions

2
deploy.sh Normal file → Executable file
View File

@ -4,7 +4,7 @@ set -e
IMAGE_NAME="web-signature-service"
CONTAINER_NAME="web-signature-service"
PORT="8000"
PORT="20097"
echo "========================================="
echo "Web Header Signature Service - Deploy"