mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-19 20:58:09 +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
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install yarn
|
||||
RUN yarn install --production
|
||||
|
||||
COPY dist/ ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user