diff --git a/Dockerfile b/Dockerfile index 9d10928cab7fc3ecdc003b742e6739bc9d8e6aa0..feb22110c5cbd472e792d804b5515c5b9c4baa05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app # copying package.json to root folder and installing dependencies COPY ./frontend/package*.json ./ +RUN npm install -g @vue/cli # idk why but vuecli is not being installed with package.json RUN npm install # copying all of frontend to root folder in container