Merge pull request #1 from lasombra/master

Change the repository URL to Kaiwa instead of Otalk
This commit is contained in:
sebu77 2015-04-08 16:50:48 +02:00
commit 882fb3de0b
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y --force-yes nodejs git-core libldap2-de
RUN apt-get remove -y --force-yes nodejs && apt-get install -y --force-yes nodejs-legacy npm
RUN git clone git://github.com/digicoop/otalk.git
RUN git clone git://github.com/digicoop/kaiwa.git
RUN cd otalk && npm install
RUN cd kaiwa && npm install
ADD app /app