Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -23,5 +23,4 @@ COPY . .
|
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|
25 |
# Run app.py when the container launches
|
26 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
27 |
-
|
|
|
23 |
RUN pip install --no-cache-dir -r requirements.txt
|
24 |
|
25 |
# Run app.py when the container launches
|
26 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|