Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Dockerfile.langflow
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ RUN pip install uv \
&& pip uninstall -y litellm \
&& mkdir -p /app/langflow-data

# Copy the entrypoint before switching to root so the COPY runs as uid=1000
# (which owns /app), then switch to root so the entrypoint can correct
# bind-mount permissions at runtime before dropping back to uid=1000.
COPY --chmod=755 scripts/langflow-entrypoint.py /usr/local/bin/langflow-entrypoint
USER root

EXPOSE 7860

ENTRYPOINT ["langflow-entrypoint"]
CMD ["langflow", "run", "--host", "0.0.0.0", "--port", "7860"]
43 changes: 0 additions & 43 deletions scripts/langflow-entrypoint.py

This file was deleted.

Loading