fix vue cli version

This commit is contained in:
2019-02-22 21:02:05 +07:00
parent 906b3e64ef
commit 6e85f4e016

View File

@@ -5,7 +5,7 @@ RUN npm config set cache /opt/pub/.npm
RUN apk upgrade --update \ RUN apk upgrade --update \
&& apk add --no-cache curl yarn git && 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_ID=33
ARG WEB_USER_NAME=www-data ARG WEB_USER_NAME=www-data