wodby/drupal

Drupal root has been fixed

Closed this issue · 3 comments

Hello wodby team. Look this file https://github.com/wodby/drupal/blob/master/8/bin/init. Now you have fixed DRUPAL_DOC = "/var/www/html/web". I could not change the DRUPAL_DOC to /var/www/html.

I think you should change ${APP_ROOT}/web to ${DRUPAL_ROOT} in this file

Not sure what's the issue here, do you want to use a different directory inside $APP_ROOT? In this case, we should perhaps use $DOCROOT_SUBDIR that we define in the dockerfile. Please note you can always use wodby/drupal-php and install Drupal however you like.

Thanks @csandanov. I change to use wodby/drupal-php, and it worked. Thank you so much