Create Dockerfile

Create general-purpose Dockerfiles for Node.js, Python, Go, Rust, and Java projects. Covers base image selection, dependency installation, user permissions, COPY patterns, ENTRYPOINT vs CMD, and .dockerignore. Use when containerizing an application for the first time, creating a consistent build/runtime environment, preparing an app for cloud deployment or Docker Compose, or when no existing Dockerfile is present in the project.

KunanonJ cdaf2a7 5.7 KB Updated

File contents

KunanonJ/ai-skills-hub/tree/main/skills/create-dockerfile commit cdaf2a7246

Frequently asked questions

npx skillmds@latest add kunanonj/create-dockerfile