Commit
·
1aef688
1
Parent(s):
ef71aa9
Building new logic
Browse files- Dockerfile +1 -1
- screenshot.py → webrify2.py +0 -0
Dockerfile
CHANGED
@@ -53,4 +53,4 @@ RUN python -m playwright install chromium
|
|
53 |
EXPOSE 7860
|
54 |
|
55 |
# Run the FastAPI application
|
56 |
-
CMD ["python", "-m", "uvicorn", "
|
|
|
53 |
EXPOSE 7860
|
54 |
|
55 |
# Run the FastAPI application
|
56 |
+
CMD ["python", "-m", "uvicorn", "webrify2:app", "--host", "0.0.0.0", "--port", "7860"]
|
screenshot.py → webrify2.py
RENAMED
File without changes
|