feat: 오늘 6시간 작업 내용 복구 완료

- 엑셀 내보내기 개선: 납기일 P열 이동, 관리항목 4개로 축소
- J24-001 더미 프로젝트 옵션 제거
- CORS 오류 해결: API URL /api로 통일
- BOM 페이지 수정사항 포함
- 트랜잭션 오류 해결 시도
This commit is contained in:
hyungi
2025-10-15 13:55:25 +09:00
parent b10bd8d01c
commit e799aae71b
7 changed files with 568 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: tk-mp-nginx-proxy
restart: unless-stopped
ports:
- "80:80"
- "8808:80"
volumes:
- ./nginx-proxy.conf:/etc/nginx/conf.d/default.conf
networks: