Add COMPOSE_FILE=dev.yml to welcome message terminal

This commit is contained in:
wvffle 2022-07-01 18:30:57 +00:00
parent 2cb08376d7
commit d56fd3e11e
1 changed files with 5 additions and 1 deletions

View File

@ -30,9 +30,13 @@ tasks:
# Compile frontent
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!
env:
COMPOSE_FILE: dev.yml
command: |
clear
echo ""