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