Zulelee commited on
Commit
4db1771
1 Parent(s): 65dba40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://github.com/Zulelee/ilearn.git .
15
  RUN pip install -r requirements.txt
16
 
17
  # Install Node.js dependencies
18
- RUN npm install
19
 
20
  # Expose the port that Next.js uses (default is 3000)
21
  EXPOSE 3000
 
15
  RUN pip install -r requirements.txt
16
 
17
  # Install Node.js dependencies
18
+ RUN npm install --legacy-peer-deps
19
 
20
  # Expose the port that Next.js uses (default is 3000)
21
  EXPOSE 3000