Dockerfile: follow unix convention for files, use config from file instead of env

This commit is contained in:
Philippe Loctaux 2023-07-14 16:40:07 +02:00
parent cd7a894334
commit 1bd3cee6ea
2 changed files with 7 additions and 10 deletions

View file

@ -1,5 +1,7 @@
[default]
cli_colors = false
address = "0.0.0.0"
port = 8000
template_dir = "./templates"
static_dir = "./static"