Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): 도커파일에서 patches/ 제거 #720

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /app

FROM pnpm-installed as workspace
COPY ./pnpm-lock.yaml .
COPY patches patches

RUN pnpm fetch

Expand Down
1 change: 0 additions & 1 deletion docs/docs/explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
├── database # 배포/로컬 mysql 데이터베이스 (주의: 업데이트/테스트되지 않음)
├── docs # 개발 가이드
├── nginx # nginx 설정 파일
├── patches # 문제가 있는 패키지를 수정한 패치 파일
└── scripts # AWS 배포 이후 docker-compose 실행용 스크립트
```

Expand Down
Loading