Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -8,8 +8,7 @@ RUN apt-get install -y nodejs
|
|
8 |
WORKDIR /code
|
9 |
|
10 |
# Copy Python requirements file and install dependencies
|
11 |
-
|
12 |
-
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
13 |
|
14 |
# Copy Node.js application files
|
15 |
COPY ./index.js /code/index.js
|
|
|
8 |
WORKDIR /code
|
9 |
|
10 |
# Copy Python requirements file and install dependencies
|
11 |
+
|
|
|
12 |
|
13 |
# Copy Node.js application files
|
14 |
COPY ./index.js /code/index.js
|