fixed docker to old way

This commit is contained in:
Lucas Oliveira 2025-11-18 13:54:45 -03:00
parent d47038e097
commit fcd0bed85f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM langflowai/langflow-nightly:1.6.3.dev1 FROM langflowai/langflow-nightly:1.7.0.dev5
EXPOSE 7860 EXPOSE 7860

View file

@ -91,7 +91,7 @@ services:
langflow: langflow:
volumes: volumes:
- ./flows:/app/flows:U,z - ./flows:/app/flows:U,z
image: langflowai/langflow-nightly:${LANGFLOW_VERSION:-1.7.0.dev5} image: phact/openrag-langflow:${LANGFLOW_VERSION:-latest}
# build: # build:
# context: . # context: .
# dockerfile: Dockerfile.langflow # dockerfile: Dockerfile.langflow