Updated git repository location for spee.ch

This commit is contained in:
Leopere 2018-10-02 16:55:58 -04:00
parent cea893f744
commit b879bfaf3e

View file

@ -11,8 +11,8 @@ RUN apk update && apk --no-cache add git curl wget python build-base bash && \
npm install -g node-gyp && \ npm install -g node-gyp && \
adduser speech -h /app/ -s /bin/bash -D && \ adduser speech -h /app/ -s /bin/bash -D && \
chown -Rv speech /app && \ chown -Rv speech /app && \
git clone https://github.com/lbryio/www.spee.ch.git /usr/local/src/www.spee.ch/ && \ git clone https://github.com/lbryio/spee.ch.git /usr/local/src/spee.ch/ && \
cd /usr/local/src/www.spee.ch/ && \ cd /usr/local/src/spee.ch/ && \
npm install npm install
## Install container support files ## Install container support files