Fix frontend build command for install-dev.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-05-13 14:06:12 -05:00
parent 0112837128
commit 15233528de
No known key found for this signature in database
GPG Key ID: 9CCCDD66FED79429
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ install-dev() {
docker-compose run --rm web -- azuracast_install "$@"
docker-compose -p azuracast_frontend -f docker-compose.frontend.yml build
docker-compose -p azuracast_frontend -f docker-compose.frontend.yml run --rm frontend npm run dev-build
docker-compose -p azuracast_frontend -f docker-compose.frontend.yml run --rm frontend npm run build
docker-compose up -d
exit