docs: missing period in docker command (#8746)

* missing-period-in-docker-command

* remove-trailing-period
This commit is contained in:
Mendon Kissling 2025-06-26 11:02:41 -04:00 committed by GitHub
commit ad7c11af95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ wget https://raw.githubusercontent.com/langflow-ai/langflow-helm-charts/refs/hea
```dockerfile
FROM langflowai/langflow-backend:latest
RUN mkdir /app/flows
COPY ./*json /app/flows/.
COPY ./*.json /app/flows/
ENV LANGFLOW_LOAD_FLOWS_PATH=/app/flows
```