Mediocreatmybest commited on
Commit
d5f7422
1 Parent(s): 506ffc9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -54,5 +54,5 @@ COPY app.py .
54
  EXPOSE 3000
55
 
56
  # Start the development server
57
- CMD ["python3", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "3000"]
58
-
 
54
  EXPOSE 3000
55
 
56
  # Start the development server
57
+ #CMD ["python3", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "3000"]
58
+ CMD ["python3", "app.py"]