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

idk, just trying something form stackoverflow

parent 142d6360
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ WORKDIR /app ...@@ -6,7 +6,7 @@ WORKDIR /app
# idk why but vuecli is not being installed with package.json # idk why but vuecli is not being installed with package.json
# so we have to manually install it # so we have to manually install it
RUN npm install -g @vue/cli RUN npm add global @vue/cli
# copying package.json to root folder and installing dependencies # copying package.json to root folder and installing dependencies
COPY ./frontend/package*.json ./ COPY ./frontend/package*.json ./
......
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