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

@ -1,7 +1,6 @@
FROM python:3.11-slim
WORKDIR /app
COPY ./ /app
RUN apt-get update && apt-get install gcc -y
RUN pip install langflow>=0.0.33
EXPOSE 5003