Generate a production Dockerfile.
LANGUAGE/RUNTIME: {language_and_version}
FRAMEWORK: {framework}
DEPENDENCY FILE: {package.json / pyproject.toml / go.mod / etc}
START COMMAND: {how_to_run_locally}
RULES:
- Multi-stage build (builder + runtime)
- Pinned base image version (no `latest`)
- Non-root user in the final stage
- `.dockerignore` content as a separate block
- Layer caching optimized (copy deps file first, install, then copy code)
- Final image as small as practical (alpine/slim where safe)
- HEALTHCHECK if applicable
- EXPOSE the right port
After the Dockerfile, give me a 5-bullet review of trade-offs you made (security, size, build speed).0 copies·0 saves·4 views
95 words·659 chars
Parameters
Text generation parameters
FAQ
A coding & development text prompt designed for Claude Sonnet. 95 words long, free to copy and use.
This prompt is written for Claude Sonnet. It's a text/chat prompt — paste it into Claude Sonnet (or compatible LLMs like Claude or GPT-4) to get the expected output.
1. Click the Copy button on this page to copy the full prompt. 2. Open Claude Sonnet. 3. Paste the prompt into a new conversation. 4. Replace any {placeholders} with your specifics, then send. Most prompts produce the right output on the first try; complex ones may need 1-2 iterations.
Yes — every prompt on mycopyprompt is free forever. No paywall, no signup wall for browsing or copying. You can use it for personal or commercial work, just don't redistribute the entire mycopyprompt library.
Absolutely — most prompts are templates. Look for {placeholders} (curly braces) and swap them with your own values. You can also reword sections, add constraints, or chain it with other prompts.
Similar prompts
Matched against every prompt in the catalog by title.