split up application
Build and Push Docker Images / build-and-push (push) Successful in 33s

This commit is contained in:
2025-05-02 21:15:30 +02:00
parent 2b893ca47a
commit de3919a4b5
15 changed files with 1020 additions and 1 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ USER puppeteer
EXPOSE 8000
# Run the application
CMD ["python", "main.py"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]