여러 엑셀 파일 업로드 시 업로드 날짜 지정 기능 및 낱개 출고 자동분석 다운로드 기능 구현

This commit is contained in:
2026-05-26 23:01:22 +09:00
parent ce183f057d
commit ae2a624f41
5 changed files with 550 additions and 94 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 \
# APP_ROOT_PATH 를 uvicorn --root-path 로 넘긴다. (shell form 필요 — 환경변수 확장)
# 비어 있으면 빈 문자열이 그대로 전달되어 root_path 없이 동작한다.
CMD uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --root-path "${APP_ROOT_PATH:-}"
CMD uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers