diff --git a/Dockerfile b/Dockerfile index 97911b2..658bf1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ node --version RUN npm install -g @getmeli/cli@1.2.0 + +FROM docs AS yarn +RUN npm i -g yarn \ No newline at end of file