Add Docksal
This commit is contained in:
parent
90f17aedac
commit
ec04eeb9f2
3 changed files with 13 additions and 0 deletions
.docksal/commands
9
.docksal/commands/init
Executable file
9
.docksal/commands/init
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
fin start
|
||||
|
||||
fin drush site-install -y \
|
||||
--account-pass=admin \
|
||||
--site-name='Drupal Tailwind CSS'
|
||||
|
||||
fin drush uli -l http://drupal-tailwind.docksal
|
Reference in a new issue