diff --git a/containers/hydra-sql/first-run.sh b/containers/hydra-sql/first-run.sh index 3e08f29..81e4589 100644 --- a/containers/hydra-sql/first-run.sh +++ b/containers/hydra-sql/first-run.sh @@ -13,4 +13,5 @@ sudo chown -R www-data: /var/www cp /bin/composer.phar /var/www/composer.phar cd /var/www php composer.phar install +npm install npm run build \ No newline at end of file