Spaces:
Build error
Build error
Try again with Node 16
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
# Install Node.js
|
6 |
-
RUN curl -fsSL https://deb.nodesource.com/
|
7 |
RUN apt-get install -y nodejs
|
8 |
|
9 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
# Install Node.js
|
6 |
+
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
7 |
RUN apt-get install -y nodejs
|
8 |
|
9 |
COPY ./requirements.txt /code/requirements.txt
|