Fixed Dockerfile

This commit is contained in:
2021-03-08 23:19:12 +03:00
parent 316c7de358
commit 4fe16cefac

View File

@ -3,4 +3,4 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --production
COPY . .
CMD ["node", "app/index.js"]
CMD ["node", "index.js"]