Skip to content

Commit 16caac9

Browse files
committed
fix(docker): 빌드 실패하는 COPY .github 제거
- .github 는 빌드 컨텍스트에 없어(.dockerignore/컨텍스트 누락) COPY 실패로 빌드 중단. - 애초에 불필요 — 워크플로 예시는 코드 상수(WORKFLOW_TEMPLATE)로 서빙, 스크립트만 COPY scripts 로 충분. 그 줄만 제거.
1 parent 39f0ba3 commit 16caac9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ WORKDIR /app
99
COPY src ./src
1010
COPY schema ./schema
1111
COPY scripts ./scripts
12-
COPY .github ./.github
1312

1413
# 한글 폰트 (PDF 증적 리포트 렌더링용 — fonts-nanum NanumGothic)
1514
RUN apt-get update \

0 commit comments

Comments
 (0)