add vue cli support globally to docker

This commit is contained in:
gaugau3000 2020-06-04 14:29:44 +00:00
parent 11b7521cc7
commit 64d39aa0ed

View File

@ -29,6 +29,7 @@ WORKDIR $HOME
EXPOSE 8080
# install dependencies
RUN yarn global add @vue/cli
RUN yarn install
WORKDIR $HOME/frequi