Projekt

Obecné

Profil

Stáhnout (233 Bajtů) Statistiky
| Větev: | Revize:
1
#!/bin/bash
2
#Install all dependecies of Symfony project: composer install
3
export PHP_FPM_CONTAINER=heatmap_php_fpm
4
docker exec --user $UID_COMPOSE:$GID_COMPOSE -it aswi2020sebela_php-fpm_1 /bin/sh -c "cd /var/www && composer install"
(5-5/5)