BretFisher/php-docker-good-defaults

Entrypoint script missing inside container

Closed this issue · 1 comments

docker-php-entrypoint and docker-php-entrypoint-dev script is not copied to the container in the base image. Was it on purpose?

There are two images in this repo, one depends on the other, and the main one (that gets app-specific COPY) is where those are copied in: https://github.com/BretFisher/php-docker-good-defaults/blob/master/Dockerfile#L70