Fixed Dockerfile

This commit is contained in:
Nefrace 2021-03-08 23:19:12 +03:00
parent 316c7de358
commit 4fe16cefac
1 changed files with 1 additions and 1 deletions

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"]