docs: missing period in docker command (#8746)
* missing-period-in-docker-command * remove-trailing-period
This commit is contained in:
parent
b08d080c67
commit
ad7c11af95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue