Fix(dev): fix docker development set-up (#2102)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2367>
This commit is contained in:
Marcos Peña 2023-03-17 19:50:10 +01:00 committed by Marge
commit c55a1d1da4
3 changed files with 18 additions and 10 deletions

View file

@ -144,5 +144,10 @@ http {
location /manifest.json {
return 302 /api/v1/instance/spa-manifest.json;
}
location /staticfiles/ {
alias /staticfiles/;
}
}
}