add yarn
This commit is contained in:
parent
88ec581ba4
commit
8200a30d50
@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest
|
|||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
RUN npm i -g yarn
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Reference in New Issue
Block a user