Mythus commited on
Commit
20d4624
·
verified ·
1 Parent(s): 3e7d013

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"]
 
12
  EXPOSE 8000
13
 
14
  # Run run.py when the container launches
15
+ CMD ["python", "main.py"]