ParcelToolv4/backend/entrypoint.sh
2026-03-03 11:33:31 +03:00

5 lines
125 B
Bash

#!/bin/sh
set -e
echo "Starting Parcel Subdivision Backend on port 5000..."
exec uvicorn main:app --host 0.0.0.0 --port 5000