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

remove vue cli from dockerfile, just installed it manually on my dev pc

parent 24bda0df
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,6 @@ FROM node:20-alpine AS build-frontend
# working directory for our frontend
WORKDIR /app
# idk why but vuecli is not being installed with package.json
# so we have to manually install it
RUN npm add global @vue/cli
# copying package.json to root folder and installing dependencies
COPY ./frontend/package*.json ./
RUN npm install
......
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