From 6e85f4e016d9ee11d3172fdf8e1f10a050fd2549 Mon Sep 17 00:00:00 2001 From: dannc Date: Fri, 22 Feb 2019 21:02:05 +0700 Subject: [PATCH] fix vue cli version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 891f2b3..0642a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN npm config set cache /opt/pub/.npm RUN apk upgrade --update \ && apk add --no-cache curl yarn git -RUN yarn global add @vue/cli +RUN yarn global add @vue/cli@3.4.1 ARG WEB_USER_ID=33 ARG WEB_USER_NAME=www-data