Skip to content

fix: copy swagger-ui static files into Docker image#729

Merged
rickyrombo merged 1 commit intomainfrom
fix/swagger-ui-docker
Mar 18, 2026
Merged

fix: copy swagger-ui static files into Docker image#729
rickyrombo merged 1 commit intomainfrom
fix/swagger-ui-docker

Conversation

@rickyrombo
Copy link
Contributor

Summary

  • The static/swagger-ui/ directory was never copied into the final Docker image
  • This caused GET /v1 to 404 when trying to serve swagger-ui/index.html in production
  • Added a COPY instruction to bring the swagger-ui files from the builder stage

Test plan

  • Build the Docker image and verify GET /v1 returns the Swagger UI
  • Confirm /v1/swagger.yaml and /v1/swagger-oauth-callback still work

🤖 Generated with Claude Code

The swagger-ui directory was never copied into the final Docker image,
causing /v1 to 404 on the static assets in production.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rickyrombo rickyrombo merged commit a8bdd24 into main Mar 18, 2026
4 checks passed
@rickyrombo rickyrombo deleted the fix/swagger-ui-docker branch March 18, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant