Fix build
This commit is contained in:
parent
e83c58e1a5
commit
ec0520698e
3 changed files with 6 additions and 19 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue