Change the repository URL to Kaiwa instead of Otalk

This commit is contained in:
Ingo Weiss 2015-04-08 15:40:02 +01:00
parent 273e5cb9a5
commit 5371fcab6c
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