Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -10,9 +10,6 @@ COPY . .
|
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
13 |
-
# Make port 8000 available to the world outside this container
|
14 |
-
EXPOSE 8001
|
15 |
-
|
16 |
|
17 |
# Run app.py when the container launches
|
18 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]
|
|
|
10 |
# Install any needed packages specified in requirements.txt
|
11 |
RUN pip install -r requirements.txt
|
12 |
|
|
|
|
|
|
|
13 |
|
14 |
# Run app.py when the container launches
|
15 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]
|