Add COMPOSE_FILE=dev.yml to welcome message terminal
This commit is contained in:
parent
2cb08376d7
commit
d56fd3e11e
|
@ -30,9 +30,13 @@ tasks:
|
||||||
|
|
||||||
# Compile frontent
|
# Compile frontent
|
||||||
docker-compose run --rm front yarn run i18n-compile
|
docker-compose run --rm front yarn run i18n-compile
|
||||||
command: docker-compose up nginx
|
command: |
|
||||||
|
docker-compose up -d nginx
|
||||||
|
docker-compose up front api
|
||||||
|
|
||||||
- name: Welcome to Funkwhale development!
|
- name: Welcome to Funkwhale development!
|
||||||
|
env:
|
||||||
|
COMPOSE_FILE: dev.yml
|
||||||
command: |
|
command: |
|
||||||
clear
|
clear
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue