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:
@ -21,7 +21,7 @@ steps:
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install jinja2
|
||||
- ./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
|
||||
- ./scripts/translate_templates.py --lang-dir lang/ --template-dir web/templates/
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
@ -101,7 +101,7 @@ steps:
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install jinja2
|
||||
- ./scripts/translate_templates.py --lang-dir lang/ --template-dir templates/
|
||||
- ./scripts/translate_templates.py --lang-dir lang/ --template-dir web/templates/
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
Reference in New Issue
Block a user