fix(dev): Remove obsolete base path for frontend
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2533>
This commit is contained in:
parent
4918c72b3f
commit
0eb5048ecd
1 changed files with 1 additions and 1 deletions
2
dev.yml
2
dev.yml
|
|
@ -19,7 +19,7 @@ services:
|
|||
- "./po:/po"
|
||||
networks:
|
||||
- internal
|
||||
command: "yarn dev --host --base /front/"
|
||||
command: "yarn dev --host"
|
||||
|
||||
postgres:
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue