Added Docker to dev instructions

This commit is contained in:
krateng 2022-03-10 05:06:31 +01:00
parent 30e973402b
commit 36b47368a3
2 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,18 @@ You can also build the package with
```console
pip install .
```
## Docker
You can also always build and run the server with
```console
sh ./dev/dockerrun.sh
```
This will use the directory `testdata`.
## Further help
Feel free to [ask](https://github.com/krateng/maloja/discussions) if you need some help!