Skip to content

Commit

Permalink
Upgrade to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Sep 4, 2016
1 parent 0148d51 commit d840826
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
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Fu Cheng <[email protected]>

RUN a2enmod rewrite

ENV MAGENTO_VERSION 2.0.8
ENV MAGENTO_VERSION 2.0.9

RUN rm -rf /var/www/html/*
RUN cd /tmp && curl https://codeload.github.com/magento/magento2/tar.gz/$MAGENTO_VERSION -o $MAGENTO_VERSION.tar.gz && tar xvf $MAGENTO_VERSION.tar.gz && mv magento2-$MAGENTO_VERSION/* magento2-$MAGENTO_VERSION/.htaccess /var/www/html
Expand Down Expand Up @@ -52,4 +52,4 @@ VOLUME /var/www/html/pub
# Add cron job
ADD crontab /etc/cron.d/magento2-cron
RUN chmod 0644 /etc/cron.d/magento2-cron
RUN crontab -u www-data /etc/cron.d/magento2-cron
RUN crontab -u www-data /etc/cron.d/magento2-cron

0 comments on commit d840826

Please sign in to comment.