From b879bfaf3eef121177bc17d77593b4c63206f310 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 2 Oct 2018 16:55:58 -0400 Subject: [PATCH] Updated git repository location for spee.ch --- www.spee.ch/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www.spee.ch/Dockerfile b/www.spee.ch/Dockerfile index 7415754..b66a174 100644 --- a/www.spee.ch/Dockerfile +++ b/www.spee.ch/Dockerfile @@ -11,8 +11,8 @@ RUN apk update && apk --no-cache add git curl wget python build-base bash && \ npm install -g node-gyp && \ adduser speech -h /app/ -s /bin/bash -D && \ chown -Rv speech /app && \ - git clone https://github.com/lbryio/www.spee.ch.git /usr/local/src/www.spee.ch/ && \ - cd /usr/local/src/www.spee.ch/ && \ + git clone https://github.com/lbryio/spee.ch.git /usr/local/src/spee.ch/ && \ + cd /usr/local/src/spee.ch/ && \ npm install ## Install container support files