test-selenium / run.sh
tqhoa's picture
test
063b4bb
raw
history blame contribute delete
No virus
111 Bytes
#!/bin/sh
nohup bash /opt/bin/entry_point.sh &
python3 -m uvicorn main:app --host 0.0.0.0 --port 5000 --reload