Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ WORKDIR /app
|
|
| 15 |
COPY . /app
|
| 16 |
|
| 17 |
# Install any needed packages specified in requirements.txt
|
| 18 |
-
RUN pip install
|
| 19 |
|
| 20 |
# Make port 7860 available to the world outside this container
|
| 21 |
EXPOSE 7860
|
|
|
|
| 15 |
COPY . /app
|
| 16 |
|
| 17 |
# Install any needed packages specified in requirements.txt
|
| 18 |
+
RUN pip install -r requirements.txt
|
| 19 |
|
| 20 |
# Make port 7860 available to the world outside this container
|
| 21 |
EXPOSE 7860
|