fixin Dockerfile

This commit is contained in:
2021-11-23 06:07:36 +00:00
parent b207d85629
commit 90eb50048a
3 changed files with 12 additions and 7 deletions

View File

@@ -11,4 +11,9 @@ DEBUG = True
FLATPAGES_ROOT = os.path.abspath(pages_root)
DEFAULT_TEMPLATE = 'page.html'
PAGES_ROOT='data'
STATIC_ROOT='static'
STATIC_ROOT='static'
FLATPAGES_EXTENSION_CONFIGS = {
'codehilite': {
'linenums': 'True'
}
}