diff --git a/Dockerfile b/Dockerfile index 5ff2819..0da39e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ npm i -g yarn FROM yarn AS docs -RUN yarn install -g @getmeli/cli@1.2.0 \ No newline at end of file +RUN yarn global add @getmeli/cli@1.2.0 \ No newline at end of file