/node-docker-workflow

Docker workflow for local development and deployment

Primary LanguageMakefileMIT LicenseMIT

Node.js Development Workflow with Docker

The repository shows how to develop locally and deploy the application as a Docker image for production.

Local development

docker-compose up -d

Production bundling

docker build -t node-docker-workflow .