Skip to content

Commit

Permalink
[test] CI/CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
edder773 committed Nov 19, 2024
1 parent c8cfdf5 commit 8fda167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN pnpm install
# 프론트엔드 파일 복사 및 빌드
WORKDIR /app/apps/frontend
COPY apps/frontend/tsconfig.app.json .
COPY apps/frontend/package.json ./
RUN pnpm install
RUN pnpm run build

Expand Down

0 comments on commit 8fda167

Please sign in to comment.