feat: 리눅스 환경 파일 동기화, Dockerfile 및 docker-compose 추가, 캐시 무시 설정

This commit is contained in:
2026-06-22 10:06:19 +09:00
parent b864d615ea
commit 705246923b
59 changed files with 7653 additions and 5794 deletions

View File

@@ -1,10 +1,10 @@
from pydantic import BaseModel
class AuthRequest(BaseModel):
user_id: str
password: str
class InquiryReplyRequest(BaseModel):
reply: str
status: str
handler: str
from pydantic import BaseModel
class AuthRequest(BaseModel):
user_id: str
password: str
class InquiryReplyRequest(BaseModel):
reply: str
status: str
handler: str