Select Git revision
-
Alan Nelson authoredAlan Nelson authored
Dockerfile 218 B
FROM php:7.2-alpine
RUN apk add --no-cache bash
COPY php-lint docker-entrypoint /usr/local/bin/
RUN chmod 755 /usr/local/bin/docker-entrypoint /usr/local/bin/php-lint
ENTRYPOINT ["docker-entrypoint"]
CMD ["--help"]