├── Dockerfile ├── LICENSE ├── README.md ├── foreground.sh ├── start.sh └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/README.md -------------------------------------------------------------------------------- /foreground.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/foreground.sh -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/start.sh -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoamaro/docker-drupal/HEAD/supervisord.conf --------------------------------------------------------------------------------