From 0a47b9352602cc34b6fca72ecfbfc8142351d35b Mon Sep 17 00:00:00 2001 From: "egon w. stemle" Date: Thu, 25 Apr 2019 11:28:05 +0200 Subject: [PATCH] Add documentation --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e94e505..d76cdabc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ -.DEFAULT_GOAL := dev +# Convenience TARGETS for bootstrapping a docker-ised dev environment. +# +# - docker-dev: prepare everything and run the container +# - docker-setup: prepare the docker-local volume that will store the node_modules +# - docker-install: (mostly) run `npm install` .DEFAULT_GOAL := docker-dev