From 3fc82b40242c55346e936e3988bd31766cf9fadd Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 22 Dec 2024 12:27:59 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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