fix(dev): Remove obsolete base path for frontend

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2533>
This commit is contained in:
Georg Krause 2023-07-24 14:36:23 +02:00 committed by Georg Krause
parent 4918c72b3f
commit 0eb5048ecd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
- "./po:/po"
networks:
- internal
command: "yarn dev --host --base /front/"
command: "yarn dev --host"
postgres:
env_file: