백엔드 전체 구현 완료: 내부 서비스(Auth, Client, Realtime), API 엔드포인트 및 스케줄러 구현

This commit is contained in:
2026-02-02 23:55:07 +09:00
parent 03027d2206
commit 4f0cc05f39
22 changed files with 1279 additions and 23 deletions

View File

@@ -31,4 +31,4 @@ EXPOSE 80
# Run FastAPI server
# Assuming main.py is in backend folder and app object is named 'app'
CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "80"]
CMD ["uvicorn", "backend.app.main:app", "--host", "0.0.0.0", "--port", "80"]