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

Copy link
Copy Markdown
Contributor

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

@codepress-devcodepress-devBot mentioned this pull request Aug 6, 2026
3 tasks
Sign up for freeto 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