Commit f95902e
committed
chore: Docker 빌드 컨텍스트 경로 오류로 인한 배포 실패
GitHub Actions에서 backend Docker 이미지 빌드 시 "src/backend": not found 에러로 빌드 실패
Dockerfile 내 COPY 경로에서 src/backend/ 접두사 제거
(빌드 컨텍스트가 이미 ./src/backend이므로 중복 경로 불필요)1 parent bf85562 commit f95902e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments