pipelines/start.bat
2024-05-24 16:46:23 -04:00

5 lines
116 B
Batchfile

@echo off
set PORT=9099
set HOST=0.0.0.0
uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*'