Skip to content

Bootstrap CodePress app-server start recipe#5

Open
codepress-dev[bot] wants to merge 1 commit into
masterfrom
codepress/codepress/bootstrap-app-server-start-recipe-07207d07
Open

Bootstrap CodePress app-server start recipe#5
codepress-dev[bot] wants to merge 1 commit into
masterfrom
codepress/codepress/bootstrap-app-server-start-recipe-07207d07

Conversation

@codepress-dev

@codepress-dev codepress-dev Bot commented Jul 7, 2026

Copy link
Copy Markdown

Summary

  • Adds a Dockerfile (two-stage: Node builds the React frontend into server/static/build, then a Python 3.6 image installs the Django backend via pipenv and serves the built app) plus a .dockerignore so future builds don't get polluted by host-side node_modules/.venv.
  • Adds .codepress/start-app-server/recipe.json and .claude/skills/start-app-server/SKILL.md — a machine-readable and human-readable fast-path so future sessions can start the app server in one shot without re-discovering the stack.
  • No app code was changed. The server was built, started, and validated with a real GET / request (HTTP 200, serving the React app) before anything was committed.

Test plan

  • docker build succeeds for the generated Dockerfile
  • Container starts and passes health check
  • GET / returns HTTP 200 with the built React app HTML
  • Repo maintainer spot-checks the Dockerfile/recipe and merges

Generated with CodePress

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.

0 participants