Skip to content

Commit

Permalink
add devel_php
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzwt committed Jan 18, 2024
1 parent 2ca5812 commit bf6277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -y && apt-get install -y vim fish sqlite3 zip unzip wget git
chown www-data:www-data /opt/drupal && \
## install drupal module
sed -i 's/"minimum-stability": "stable"/"minimum-stability": "dev"/g' composer.json && \
composer require drush/drush drupal/admin_toolbar drupal/devel davyin/drupal_settings && \
composer require drush/drush drupal/admin_toolbar drupal/devel drupal/devel_php davyin/drupal_settings && \
cp vendor/davyin/drupal_settings/assets/* web/sites/default/ && \
cp web/sites/default/default.settings.php web/sites/default/settings.php && \
chmod 777 web/sites/default/settings.php && \
Expand Down

1 comment on commit bf6277d

@vercel
Copy link

@vercel vercel bot commented on bf6277d Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

drupal-quick – ./

drupal-quick.vercel.app
drupal-quick-terryzwt.vercel.app
drupal-quick-git-master-terryzwt.vercel.app

Please sign in to comment.