Commit dc7b081
build: Docker 빌드 시 NEXT_PUBLIC 환경변수 주입 프로세스 추가 (#47)
* setting: Dockerfile 에 대해 ENV ARG 를 받도록 수정
* refactor: .env.production 파일 기반 환경변수 주입으로 전환
Dockerfile의 ARG/ENV 반복 선언을 제거하고, GitHub Actions에서
.env.production 파일을 생성하여 빌드 컨텍스트에 포함하는 방식으로 변경.
환경변수 추가 시 workflow 파일만 수정하면 된다.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent f7bf794 commit dc7b081
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments