Simplify Docker build (#865)

This commit is contained in:
Sascha Ißbrücker
2024-09-28 16:13:07 +02:00
committed by GitHub
parent 791a5c73ca
commit d4c348cc5a
4 changed files with 42 additions and 66 deletions

View File

@@ -20,6 +20,14 @@ INTERNAL_IPS = [
# Allow access through ngrok
CSRF_TRUSTED_ORIGINS = ["https://*.ngrok-free.app"]
STATICFILES_DIRS = [
# Resolve theme files from style source folder
os.path.join(BASE_DIR, "bookmarks", "styles"),
# Resolve downloaded files in dev environment
os.path.join(BASE_DIR, "data", "favicons"),
os.path.join(BASE_DIR, "data", "previews"),
]
# Enable debug logging
LOGGING = {
"version": 1,