A lightweight, zero-dependency CLI that automatically containerizes Node.js, Next.js, and PHP Laravel projects with production-grade Docker environments and CI/CD templates.
Quick Dockerize Tool is a command-line interface that helps you set up Docker and CI/CD configuration files for your projects. It supports various project types, including React.js, Node.js, and more. The tool is designed to save time and reduce errors by automating the setup process.
1npx quick-cicdQuick Dockerize Tool automates the setup process for Docker and CI/CD configuration files.
The tool supports various project types, including React.js, Node.js, and more.
By automating the setup process, the tool saves time and reduces errors.
The tool is easy to use and requires minimal configuration.
The tool allows you to customize the setup process to suit your project requirements.
Before starting, ensure the following are installed on your system:
Make sure in vite.config.ts or vite.config.js file you have the following configuration:
1// vite.config.ts or vite.config.js2export default defineConfig({3 plugins: [react()],4 preview: {5 host: "0.0.0.0",6 port: 3000,7 },8});Quick Dockerize Tool — Built by Nazmul Haque