TRMT commited on
Commit
9261279
·
1 Parent(s): 937b00e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ WORKDIR /app
19
  EXPOSE 80
20
 
21
  # Run app.py when the container launches
22
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
 
19
  EXPOSE 80
20
 
21
  # Run app.py when the container launches
22
+ CMD ["uvicorn", "main", "--host", "0.0.0.0", "--port", "80"]