Skip to content
Snippets Groups Projects
Commit 46f2f655 authored by abdu's avatar abdu
Browse files

add manual vue cli installation

parent 61d41a6e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment