Update Dockerfile
This commit is contained in:
+2
-2
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY..
|
COPY..
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["python", "app.py"]
|
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
Reference in New Issue
Block a user