Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
8 |
|
9 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
10 |
|
|
|
|
|
11 |
COPY . .
|
12 |
|
13 |
EXPOSE 7860
|
|
|
8 |
|
9 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
10 |
|
11 |
+
RUN apt install nodejs
|
12 |
+
|
13 |
COPY . .
|
14 |
|
15 |
EXPOSE 7860
|