diff --git a/Dockerfile b/Dockerfile index e215b24..611fe5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/souravkl11/raganork:multidevice -RUN git clone https://github.com/souravkl11/raganork-md /skl/Raganork +RUN git clone https://github.com/wvfx-windro/raganork-md /skl/Raganork WORKDIR /skl/Raganork ENV TZ=Asia/Kolkata RUN npm install supervisor -g