Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793)

* Update Docker image references to langflowai in GitHub workflows and Docker Compose files
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-29 13:38:18 -03:00 committed by GitHub
commit c6b4101d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 13 deletions

View file

@ -1,3 +1,3 @@
FROM logspace/langflow:1.0-alpha
FROM langflowai/langflow:1.0-alpha
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]