Skip to content
Snippets Groups Projects
Select Git revision
  • a2d182339dbcc7ffa1ad861cb5459c5adf269db2
  • master default
  • develop
  • git-fixes
  • 4.1_templates-symlink
  • 4.0_templates
6 results

css.php

Blame
  • Dockerfile 218 B
    FROM php:7.0-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"]