update repo url in package.json and dockerfile

This commit is contained in:
wukko
2024-05-14 12:54:07 +06:00
parent d7a3a7cac4
commit d06bcc3e12
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ RUN rm -rf /var/lib/apt/lists/*
COPY package*.json ./
RUN npm install
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
RUN git clone -n https://github.com/imputnet/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
COPY . .
EXPOSE 9000