Add Dockerfile and docker-compose.yml for pre-production environment setup

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-11 13:04:03 -03:00
commit e38ab095d9
2 changed files with 33 additions and 0 deletions

View file

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