Skip to content

fix(deploy): add ip.html + playground.html to Dockerfile COPY - #12

Closed
StevenMih wants to merge 1 commit into
mainfrom
fix/dockerfile-deploy-assets
Closed

fix(deploy): add ip.html + playground.html to Dockerfile COPY#12
StevenMih wants to merge 1 commit into
mainfrom
fix/dockerfile-deploy-assets

Conversation

@StevenMih

Copy link
Copy Markdown
Contributor

Summary

  • Commits the previously-uncommitted local fix that adds ip.html to the Dockerfile COPY line (the deployed container currently only serves it because of an uncommitted local edit — a fresh build from origin/main would drop it).
  • Adds playground.html to the same COPY line — it exists in origin/main (architecture-pass stub, b13c1d2) but was never wired into the Dockerfile, so it 404s live today.

Test plan

  • docker build succeeds
  • Container run locally: /, /ip.html, /playground.html, /docs/ all return 200
  • DCO sign-off on commit

🤖 Generated with Claude Code

Deployed image currently drops both pages: ip.html was only present via
an uncommitted local Dockerfile edit (never reached origin), and
playground.html (added in the architecture pass, b13c1d2) was never
wired into the COPY line at all. Both now ship with the container.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: stevenmih <stevenmih88-3@gmail.com>
@StevenMih

Copy link
Copy Markdown
Contributor Author

Superseded — this same Dockerfile fix (ip.html + playground.html COPY) already landed via PR #11, which merged with the Steven-approved bilateral page content in the same commit. Closing without merging to avoid a duplicate/conflicting change; the worktree branch (fix/dockerfile-deploy-assets) is preserved, not deleted.

@StevenMih StevenMih closed this Jul 31, 2026
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