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