Generate a Dockerfile
dockerizeGenerate a production multi-stage Dockerfile for your project directory, specifying the stack (Next.js, Node, or Go) to enable containerized deployment.
Instructions
Write a production multi-stage Dockerfile into a project. Pairs with the docker_* and coolify_* tools to build and deploy the result on your server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project directory to write the Dockerfile into | |
| stack | Yes | Project stack |