ruv commited on
Commit
a48fea6
·
verified ·
1 Parent(s): 7f5449d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY package*.json ./
9
 
10
  # Install dependencies, including React Flow
11
- RUN npm ci
12
  RUN npm install reactflow
13
 
14
  # Copy the rest of the application code to the working directory
 
8
  COPY package*.json ./
9
 
10
  # Install dependencies, including React Flow
11
+ RUN npm install
12
  RUN npm install reactflow
13
 
14
  # Copy the rest of the application code to the working directory