Commit ce9ddd4
fix(docker): create backend/docs directory before docs build
backend/docs/ is in .gitignore so it doesn't exist in the Docker build
context. The docs build script copies output to ../backend/docs/ but
fails silently when the directory is missing, resulting in /docs
returning 404 in the deployed container.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent db3d38c commit ce9ddd4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments