fixin Dockerfile
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user