maylinejix commited on
Commit
ac8301d
·
verified ·
1 Parent(s): 4dea8d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ WORKDIR /app
19
  COPY package*.json ./
20
 
21
  # Install dependencies
22
- RUN npm ci --only=production
23
 
24
  # Copy application files
25
  COPY . .
 
19
  COPY package*.json ./
20
 
21
  # Install dependencies
22
+ RUN npm install
23
 
24
  # Copy application files
25
  COPY . .