Fix env spectacular command in gitpod terminal
This commit is contained in:
parent
ece0f9ad97
commit
cbbf6c2c40
|
@ -45,6 +45,7 @@ tasks:
|
||||||
COMPOSE_FILE: /workspace/funkwhale/.gitpod/docker-compose.yml
|
COMPOSE_FILE: /workspace/funkwhale/.gitpod/docker-compose.yml
|
||||||
ENV_FILE: /workspace/funkwhale/.gitpod/.env
|
ENV_FILE: /workspace/funkwhale/.gitpod/.env
|
||||||
VUE_EDITOR: code
|
VUE_EDITOR: code
|
||||||
|
DJANGO_SETTINGS_MODULE: config.settings.local
|
||||||
command: |
|
command: |
|
||||||
clear
|
clear
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue