wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
61 stars 79 forks source link

Show current path in the container #41

Closed mhavelant closed 7 years ago

mhavelant commented 7 years ago

Hi!

I tried the latest version and found, that unlike the older ones I use there's no directory trail, so I see this: bash-4.3$ Instead of something like this: bash-4.3$:web/modules/custom

Is there a way to enable this?

mhavelant commented 7 years ago

Never mind, solved it by entering the container with sh (like written in the docs) instead of bash.