Skip to content

Commit

Permalink
support davyin/drupal_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzwt committed Jan 18, 2024
1 parent 4402026 commit dfc7939
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ RUN apt-get update -y && apt-get install -y vim fish sqlite3 zip unzip wget git
#mkdir -p ~/.config/fish/completions/ && ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish && \
chown www-data:www-data /opt/drupal && \
## install drupal module
composer require drush/drush drupal/admin_toolbar drupal/devel
sed -i 's/"minimum-stability": "stable"/"minimum-stability": "dev"/g' composer.json && \
composer require drush/drush drupal/admin_toolbar drupal/devel davyin/drupal_settings && \
cp vendor/davyin/drupal_settings/assets/* web/sites/default/ && \
composer drupal:scaffold -q
USER www-data
#VOLUME /data
RUN drush site-install -y --account-pass=admin --db-url=sqlite:///tmp/.drupal.sqlite && \
Expand Down

1 comment on commit dfc7939

@vercel
Copy link

@vercel vercel bot commented on dfc7939 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-git-master-terryzwt.vercel.app
drupal-quick-terryzwt.vercel.app
drupal-quick.vercel.app

Please sign in to comment.