Update Dockerfile
Browse files- 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
|