Fix build

This commit is contained in:
schmelczerandras 2020-10-17 18:46:12 +02:00
parent e83c58e1a5
commit ec0520698e
3 changed files with 6 additions and 19 deletions

View file

@ -2,7 +2,7 @@ FROM node:14.13.0-alpine3.10
COPY package.json .
RUN npm install --production
RUN yarn install --production=true
COPY dist/main.js main.js