Fix base url for testcases (#305)

Fix legacy ubuntu repository urls (#284)
This commit is contained in:
jekkos
2016-02-03 10:49:20 +01:00
committed by FrancescoUK
parent 02c8a89bbe
commit 8a5177f14c

View File

@@ -18,7 +18,7 @@ RUN git clone https://github.com/jekkos/opensourcepos.git /app
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN cd app && npm install
RUN npm install -g grunt-cli
RUn ln -s /usr/local/bin/grunt /usr/bin/grunt
RUN ln -s /usr/local/bin/grunt /usr/bin/grunt
RUN ln -fs /app/* /var/www/html
RUN rm /var/www/html/index.html