여러 엑셀 파일 업로드 시 업로드 날짜 지정 기능 및 낱개 출고 자동분석 다운로드 기능 구현
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user