Dockerfile 91 B

12345
  1. FROM ulsmith/alpine-apache-php7
  2. COPY ./ /app/public/
  3. RUN chown -R apache:root /app/public