From 177ac86ec35fb49781d86da7c21d27256af6a46f Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 23 Mar 2020 17:48:12 -0400 Subject: [PATCH] Add "An Annotated Docker Config for Frontend Web Development" Article detailing a complete production-ready Docker config for local frontend web development. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8029d1..27ea9fa 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,7 @@ Services to securely store your Docker images. ## Demos and Examples - [Webstack-micro](https://github.com/ferbs/webstack-micro) Demo web app showing how Docker Compose might be used to set up an API Gateway, centralized authentication, background workers, and WebSockets as containerized services. +- [An Annotated Docker Config for Frontend Web Development](https://nystudio107.com/blog/an-annotated-docker-config-for-frontend-web-development) A local development environment with Docker allows you to shrink-wrap the devops your project needs as config, making onboarding frictionless. ## Good Tips