no need to install yarn

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-14 00:02:22 +01:00
parent e59d78cccc
commit 606214c44d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -3,7 +3,6 @@ FROM node:10.14-alpine
WORKDIR /app
COPY package.json ./
RUN npm install yarn
RUN yarn install --production
COPY dist/ ./