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

@ -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