Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 326 Bytes

docker-nginx-php7-yii2

Docker image based on phusion/base-image with nginx php7-fpm, configured to use yii2 project

Basic Usage.

FROM enryold/docker-nginx-php7-yii2

COPY . /var/www

RUN chmod -R 777 /var/www/assets
RUN chmod -R 777 /var/www/runtime
RUN chmod -R 777 /var/www/web/assets
RUN chmod -R 777 /var/www/tmp