From 46f2f6550540e2e726a5f3157ab2c0b5e9148798 Mon Sep 17 00:00:00 2001
From: abdu <abdukiran@gmail.com>
Date: Sun, 10 Nov 2024 19:22:10 +0100
Subject: [PATCH] add manual vue cli installation

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 9d10928..feb2211 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
-- 
GitLab