diff --git a/README.md b/README.md index 16874cb0e581d0958583b0badac43c3a5d8ea5d6..a69439fad560d5ba4b61ae2b389c0b65eb086798 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,20 @@ make test-unit make test-e2e ``` +For local development you can copy the packages from the container to a local directory. Use the following command for this: +``` +make copy-packages +``` + +To install new packages use: +``` +make install-packages packages=<package-name> +``` +If you leave out the argument all packages defined in package.json will be installed. +``` +make install-packages +``` + There is also a Dockerfile for producing a production ready container using nginx as base, under `docker/Dockerfile-prod`.