RUN npm install
This commit is contained in:
+1
-1
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user