add doveauth entrypoint for lua

This commit is contained in:
missytake
2023-10-13 20:04:10 +02:00
parent 3b0037dc3a
commit 93a84617a8
7 changed files with 10 additions and 1 deletions

View File

@@ -2,3 +2,5 @@
python3 -m venv chatmail-pyinfra/venv
chatmail-pyinfra/venv/bin/pip install pyinfra
chatmail-pyinfra/venv/bin/pip install -e chatmail-pyinfra
python3 -m venv doveauth/venv
doveauth/venv/bin/pip install -e doveauth