Add missing files
This commit is contained in:
parent
00814bbf8a
commit
fa1c74125d
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
COPY ["package.json", "yarn.lock", ".yarnrc.yml", "/usr/src/app/"]
|
||||
COPY ["package.json", "yarn.lock", ".yarnrc.yml", ".yarn", "/usr/src/app/"]
|
||||
|
||||
RUN yarn install
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rss-telegram-bot",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"main": "lib/index.js",
|
||||
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user