mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-21 05:38:24 +00:00
no need to install yarn
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e59d78cccc
commit
606214c44d
@ -3,7 +3,6 @@ FROM node:10.14-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
RUN npm install yarn
|
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
|
|
||||||
COPY dist/ ./
|
COPY dist/ ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user