Fix prebuilds failing to import music
This commit is contained in:
parent
1e5a4bf83e
commit
0214985490
|
@ -32,8 +32,10 @@ tasks:
|
||||||
docker-compose run --rm front yarn run i18n-compile
|
docker-compose run --rm front yarn run i18n-compile
|
||||||
|
|
||||||
# Login with cURL to create actors
|
# Login with cURL to create actors
|
||||||
|
docker-compose down
|
||||||
docker-compose up -d nginx
|
docker-compose up -d nginx
|
||||||
gp ports await 8000
|
gp ports await 8000
|
||||||
|
sleep 10 # allow django to start
|
||||||
python .gitpod/init_actor.py
|
python .gitpod/init_actor.py
|
||||||
|
|
||||||
# Import music
|
# Import music
|
||||||
|
|
Loading…
Reference in New Issue