Compare commits

..

No commits in common. "fa1c74125dd32dcb2fb1b318d52e591d4177a793" and "b7662bcaf5e13c7dd1ca042185381a156e41b092" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ WORKDIR /usr/src/app
ENV NODE_ENV=production
COPY ["package.json", "yarn.lock", ".yarnrc.yml", ".yarn", "/usr/src/app/"]
COPY ["package.json", "package-lock.json", "/usr/src/app/"]
RUN yarn install
RUN npm install
COPY lib/ /usr/src/app/lib

View File

@ -1,6 +1,6 @@
{
"name": "rss-telegram-bot",
"version": "1.0.5",
"version": "1.0.0",
"main": "lib/index.js",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",