Skip to content
Snippets Groups Projects
Commit aad8bd06 authored by rhenck's avatar rhenck
Browse files

Add README documentation for new dev targets

parent e6ac9aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #19336 passed with warnings
...@@ -42,6 +42,20 @@ make test-unit ...@@ -42,6 +42,20 @@ make test-unit
make test-e2e 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 There is also a Dockerfile for producing a production ready container
using nginx as base, under `docker/Dockerfile-prod`. using nginx as base, under `docker/Dockerfile-prod`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment