Mythus commited on
Commit
2eca983
·
verified ·
1 Parent(s): 1b8e7b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install fastapi uvicorn requests beautifulsoup4 lxml jinja2 python-multi
12
  EXPOSE 8000
13
 
14
  # Run run.py when the container launches
15
- CMD ["uvicorn", "main:app", "--reload"]
 
12
  EXPOSE 8000
13
 
14
  # Run run.py when the container launches
15
+ CMD ["uvicorn", "main:app"]