wodby / drupal-php

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

unable to find docker-entrypoint.sh #61

Closed hareeshrao4839 closed 5 years ago

hareeshrao4839 commented 5 years ago

Hi, in dockerhub dockerfile contains docker-entrypoint.sh but i couldn't find in github what your you mentioned in repoinfo .

COPY docker-entrypoint.sh /usr/local/bin/ CMD docker-entrypoint.sh

please help me out
https://hub.docker.com/r/wodby/drupal-php/~/dockerfile/

csandanov commented 5 years ago

That's a docker hub bug, they show the old version of the dockerfile since the time we used docker hub to build images. We've been building docker images on travisci for a while and pushing them to docker hub. You can find the actual dockerfile in these repos, see README