From 3c16eca159975373dc7290c5213b260e82167f11 Mon Sep 17 00:00:00 2001 From: Newnius Date: Thu, 4 Jun 2020 19:51:41 +0800 Subject: [PATCH] updaet repo --- zipcall/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipcall/Dockerfile b/zipcall/Dockerfile index 25eb4e8..c920e15 100644 --- a/zipcall/Dockerfile +++ b/zipcall/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Newnius RUN apk --no-cache add git -RUN git clone https://github.com/ianramzy/decentralized-video-chat.git /zipcall +RUN git clone https://code.newnius.com/newnius/zipcall.git RUN cd /zipcall && npm install