File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
build-drupal :
2
2
composer install
3
+ drupal-install:
3
4
./vendor/bin/drush cr
4
- drupal-install
5
- ./vendor/bin/drush cr
6
5
7
6
drupal-install :
8
- ./vendor/bin/drush site-install standard --db-url=$DB_URL --site-name=$SITE_NAME --account-name=$DRUPAL_USER --account-pass=$DRUPAL_PASSWORD -y
7
+ ./vendor/bin/drush site-install standard --db-url=$DB_URL --site-name=$SITE_NAME --account-name=$DRUPAL_USER --account-pass=$DRUPAL_PASSWORD -y
9
8
10
9
drupal-update :
11
10
composer install
12
11
./vendor/bin/drush updb -y
13
- ./vendor/bin/drush cr
14
- ./vendor/bin/drush cim -y
15
- ./vendor/bin/drush cr
16
-
12
+ ./vendor/bin/drush cr
13
+ ./vendor/bin/drush cim -y
14
+ ./vendor/bin/drush cr
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ services:
25
25
- " 8080:80"
26
26
27
27
drupal-fpm :
28
- build :
29
- context : .
30
- dockerfile : iac/docker/php/Dockerfile
28
+ image : rishabgit/drupal-docker:php-fpm
31
29
container_name : drupal-fpm
32
30
env_file : .env
33
31
depends_on :
You can’t perform that action at this time.
0 commit comments