diff --git a/Dockerfile b/Dockerfile index 098c199..dc93cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index ae5f29a..ecc2914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rss-telegram-bot", - "version": "1.0.4", + "version": "1.0.5", "main": "lib/index.js", "author": "Fabian Stamm ", "license": "MIT",