Switch deployment port to 8019
Update run script and Apache proxy target to use port 8019 and document the default port.
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
cd /home/dsyoon/workspace/tts
|
||||
|
||||
PORT="${PORT:-8018}"
|
||||
PORT="${PORT:-8019}"
|
||||
|
||||
if lsof -ti tcp:"${PORT}" >/dev/null 2>&1; then
|
||||
echo "Stopping existing server on port ${PORT}..."
|
||||
|
||||
Reference in New Issue
Block a user