Skip to content

Commit

Permalink
Magento 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell committed Dec 4, 2018
1 parent cce41ec commit 894e455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM outeredge/edge-docker-php:7.1.24-alpine

ENV MAGENTO_VERSION=2.2.6
ENV MAGENTO_VERSION=2.2.7

CMD ["/run.sh"]

Expand All @@ -14,4 +14,4 @@ RUN wget -nv https://github.com/outeredge/edge-docker-magento/releases/download/
sed -i "/fastcgi_backend/a \
fastcgi_param MAGE_MODE \$MAGE_MODE if_not_empty; \
fastcgi_param MAGE_RUN_CODE \$MAGE_RUN_CODE if_not_empty;" /etc/nginx/magento_default.conf && \
chown -R edge:edge /var/www
chown -R edge:edge /var/www

0 comments on commit 894e455

Please sign in to comment.