RUN npm install

This commit is contained in:
Parsa Nazer
2025-11-10 13:42:26 +03:30
parent 7b89fae93b
commit 9ca3532fb6
+1 -1
View File
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
# Copy package files and install dependencies
COPY package*.json ./
RUN npm install --omit=dev
RUN npm install
# Copy project files and build
COPY . .