diff --git a/Dockerfile b/Dockerfile index 0da39e3..0d40669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get install -y nodejs && \ node --version && \ npm --version && \ - npm i -g yarn + corepack enable && \ + yarn --version FROM yarn AS docs RUN yarn global add @getmeli/cli@1.2.0 \ No newline at end of file