Commit 70b22b9
committed
chore: codespace 지원하도록 컨테이너 구조 수정
- 코드스페이스는 로컬 환경이 없어서 .env.secrets 을 주입받을 수 없으므로 fallback 파일 생성하도록 함.
- 로컬 환경에서는 기존과 동일하게 사용 가능하고, 코드스페이스 환경에서는 깃헙 시크릿 활용
- 클로드 코드 세션 유지 방식을 볼륨 마운트 방식에서 루트 경로 기반 마운트로 변경1 parent d5d58b6 commit 70b22b9
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments