mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 20:30:06 +00:00
update repo url in package.json and dockerfile
This commit is contained in:
parent
d7a3a7cac4
commit
d06bcc3e12
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "cobalt",
|
||||
"description": "save what you love",
|
||||
"version": "7.13.3",
|
||||
"author": "wukko",
|
||||
"author": "imput",
|
||||
"exports": "./src/cobalt.js",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
@ -17,13 +17,13 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wukko/cobalt.git"
|
||||
"url": "git+https://github.com/imputnet/cobalt.git"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wukko/cobalt/issues"
|
||||
"url": "https://github.com/imputnet/cobalt/issues"
|
||||
},
|
||||
"homepage": "https://github.com/wukko/cobalt#readme",
|
||||
"homepage": "https://github.com/imputnet/cobalt#readme",
|
||||
"dependencies": {
|
||||
"content-disposition-header": "0.6.0",
|
||||
"cors": "^2.8.5",
|
||||
|
|
Loading…
Reference in a new issue