Fix the web interface & update the Dockerfile (#378)

* fix: update paths

* fix: change path

* fix: build the full image in one step

---------

Co-authored-by: knoflook <knoflook@disroot.org>
This commit is contained in:
p00rt
2023-10-24 17:07:58 +02:00
committed by GitHub
parent cc8fd9c30f
commit 2d145a0585
5 changed files with 21 additions and 8 deletions

View File

@ -96,7 +96,7 @@ python3 -m venv venv
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt
(cd web && npm install && npm run build)
venv/bin/python3 ./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
venv/bin/python3 ./scripts/translate_templates.py --lang-dir lang/ --template-dir web/templates/
```
</details>