dockerize

This commit is contained in:
2024-01-02 18:24:27 +00:00
parent 1eca81cd1d
commit d83611f12a
6 changed files with 80 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ GRONK_JS_DIR = Path(os.getenv("GRONK_JS_DIR", "/opt/gronk/js"))
GRONK_TEMPLATES_DIR = Path(
os.getenv("GRONK_TEMPLATES_DIR", "/opt/gronk/templates/"))
print(f"{GRONK_TEMPLATES_DIR=}")
JINJA_ENV = jinja2.Environment(
loader=jinja2.FileSystemLoader(searchpath=GRONK_TEMPLATES_DIR),
autoescape=jinja2.select_autoescape)