Skip to content

Commit

Permalink
Merge pull request #721 from jiphyeonjeon-42/develop
Browse files Browse the repository at this point in the history
ci: `patches/` 오류 수정을 main에 적용
  • Loading branch information
scarf005 authored Aug 31, 2023
2 parents c94196f + cd8eec0 commit 6262039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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

0 comments on commit 6262039

Please sign in to comment.