need to do a full install

This commit is contained in:
Deepak Prabhakara 2023-01-10 21:47:27 +00:00
parent 8126cee168
commit f3f4ccaf2d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json package-lock.json ./
COPY npm npm
RUN npm install --omit=dev
RUN npm install

View File

@ -10,7 +10,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json package-lock.json ./
COPY npm npm
RUN npm install --omit=dev
RUN npm install