Misc fixes
- add remove orphans to start command - ignore keys directory - update default api url config to use /api
This commit is contained in:
parent
6c72b457e0
commit
26d1f3ea09
4 changed files with 5 additions and 5 deletions
2
dev
2
dev
|
@ -91,7 +91,7 @@ cmd_build() {
|
|||
}
|
||||
|
||||
cmd_start() {
|
||||
docker-compose up
|
||||
docker-compose up --remove-orphans
|
||||
}
|
||||
|
||||
cmd_create_staticfiles() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue