Allow passing arguments via environment variables
Closed this issue · 0 comments
peace-maker commented
Instead of starting pkappa with ./pkappa2 -base_dir /some/path
you could do it with PKAPPA2_BASE_DIR=/some/path ./pkappa2
. The Docker setup is easier this way.