-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary:
Containerize the Next.js app so it can be built and run consistently in Docker.
Acceptance Criteria:
- Dockerfile added that builds a production image (install deps, build, run).
- App runs in the container on port 3000, accessible from host (http://localhost:3000).
- .dockerignore includes node_modules, .next, .git, and other common ignores.
- Build (docker build ...) and run (docker run ...) commands documented in README.
- Environment variables loaded via --env-file or equivalent; app boots without interactive prompts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels