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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user