dk-image-worldcup / run-service.sh
ilhee's picture
reset 명령과 로그 시간 남기도록 수정.
8208fa0
raw
history blame contribute delete
182 Bytes
#!/bin/bash
#nohup .venv/bin/uvicorn main:app --host 0.0.0.0 --port 8000 &
TZ="Asia/Seoul" nohup .venv/bin/uvicorn main:app --host 0.0.0.0 --port 8000 --log-config log_config.json &