diff --git a/Dockerfile b/Dockerfile index f55ab0de..0474d742 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,7 @@ RUN apt-get update \ COPY package.json . RUN yarn install -# COPY yarn.lock . - -# RUN yarn install --frozen-lockfile COPY . . -CMD ["node", "src/index.js"] \ No newline at end of file +CMD ["node", "src/index.js"]