Updated git repository location for spee.ch
This commit is contained in:
parent
cea893f744
commit
b879bfaf3e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue