Get dependencies prepared and I need a copy of the siteConfig.json

This commit is contained in:
chamunks 2018-06-02 18:57:55 -04:00
parent a59c99382e
commit e5df0c1347

View file

@ -10,7 +10,9 @@ RUN npm update && \
apk update && apk --no-cache add git curl wget && \
adduser speech -h /app/ -s /bin/ash -D && \
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/www.spee.ch.git /usr/local/src/www.spee.ch/ && \
cd /usr/local/src/www.spee.ch/ && \
npm install && cat /usr/local/src/www.spee.ch/config/siteConfig.json
## Install container support files
RUN curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/install | /bin/sh && \