浏览代码

Changed default MAGE_MODE to developer

Mark Shust 7 年之前
父节点
当前提交
d756ad54de
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      README.md
  2. 1 1
      images/nginx/1.13/Dockerfile

+ 2 - 1
README.md

@@ -6,7 +6,8 @@ View Dockerfiles:
 
 
 - <a href="https://hub.docker.com/r/markoshust/magento-nginx/" target="_blank">markoshust/magento-nginx (Docker Hub)</a>
 - <a href="https://hub.docker.com/r/markoshust/magento-nginx/" target="_blank">markoshust/magento-nginx (Docker Hub)</a>
 	- 1.13
 	- 1.13
-		- [`latest`, `1.13`, `1.13-0`](https://github.com/markoshust/magento-docker/tree/master/images/nginx/1.13)
+		- [`latest`, `1.13`, `1.13-1`](https://github.com/markoshust/magento-docker/tree/master/images/nginx/1.13)
+		- [`1.13-0`](https://github.com/markoshust/magento-docker/tree/11.0.0/images/nginx/1.13)
 - <a href="https://hub.docker.com/r/markoshust/magento-php/" target="_blank">markoshust/magento-php (Docker Hub)</a>
 - <a href="https://hub.docker.com/r/markoshust/magento-php/" target="_blank">markoshust/magento-php (Docker Hub)</a>
 	- 7.1
 	- 7.1
 		- [`latest`, `7.1-fpm`, `7.1-fpm-1`](https://github.com/markoshust/magento-docker/tree/master/images/php/7.1)
 		- [`latest`, `7.1-fpm`, `7.1-fpm-1`](https://github.com/markoshust/magento-docker/tree/master/images/php/7.1)

+ 1 - 1
images/nginx/1.13/Dockerfile

@@ -6,7 +6,7 @@ RUN groupadd -g 1000 app \
 
 
 ENV PHP_HOST phpfpm
 ENV PHP_HOST phpfpm
 ENV PHP_PORT 9000
 ENV PHP_PORT 9000
-ENV APP_MAGE_MODE default
+ENV APP_MAGE_MODE developer
 
 
 COPY ./conf/nginx.conf /etc/nginx/
 COPY ./conf/nginx.conf /etc/nginx/
 COPY ./conf/default.conf /etc/nginx/conf.d/
 COPY ./conf/default.conf /etc/nginx/conf.d/