properly support staticfiles in docker

This commit is contained in:
Tobias Brunner 2025-03-20 12:23:34 +01:00
parent e56447ece6
commit fb66d5666c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
# Handle static files
handle /static/* {
uri strip_prefix /static
root * /app/staticfiles
root * /app/src/static.dist
file_server
}