From aad8bd0644e6d14f8efb955781aa31ba46c5135f Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Wed, 2 Jun 2021 13:12:07 +0200 Subject: [PATCH] Add README documentation for new dev targets --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 16874cb0..a69439fa 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`. -- GitLab