Changing to use 2.7.4 branch because master is broken?

This commit is contained in:
Larry Price 2015-02-23 15:07:06 -05:00
parent 7e703783e3
commit 4b0e22b2d7
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ RUN apt-get update && apt-get install git postgresql sendmail sendmail-bin wkhtm
RUN service postgresql start
RUN git clone https://github.com/francoisjacquet/rosariosis.git /usr/src/rosariosis
WORKDIR /usr/src/rosariosis
RUN git checkout 2.7.4
RUN rm -rf /var/www/html && mkdir -p /var/www && ln -s /usr/src/rosariosis/ /var/www/html && chmod 777 /var/www/html