fix: docker examples

This commit is contained in:
Gabriel Almeida 2023-03-17 09:17:25 -03:00
commit f4edfde985
4 changed files with 6 additions and 9 deletions

View file

@ -3,9 +3,8 @@ version: '3'
services:
langflow:
build:
context: ./
context: .
dockerfile: Dockerfile
ports:
- "5003:5003"
command: langflow --host 0.0.0.0
platform: linux/amd64