1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/dev/dockerrun.sh
2022-03-10 05:06:31 +01:00

3 lines
129 B
Bash

docker build -t maloja . -f Dockerfile
docker run --rm -p 42010:42010 -v $PWD/testdata:/mlj -e MALOJA_DATA_DIRECTORY=/mlj maloja