diff --git a/docs/docs/Deployment/deployment-docker.md b/docs/docs/Deployment/deployment-docker.md index b49a1861d..c1dc64e46 100644 --- a/docs/docs/Deployment/deployment-docker.md +++ b/docs/docs/Deployment/deployment-docker.md @@ -9,7 +9,7 @@ Three options are available: * The [Quickstart](#quickstart) option starts a Docker container with default values. * The [Docker compose](#clone-the-repo-and-build-the-langflow-docker-container) option builds Langflow with a persistent PostgreSQL database service. -* The [Package your flow as a docker image](#package-your-flow-as-a-Docker-image) option demonstrates packaging an existing flow with a Dockerfile. +* The [Package your flow as a docker image](#package-your-flow-as-a-docker-image) option demonstrates packaging an existing flow with a Dockerfile. For more information on configuring the Docker image, see [Customize the Langflow Docker image with your own code](#customize-the-langflow-docker-image-with-your-own-code). diff --git a/docs/openapi.json b/docs/openapi.json index 7b1121b31..6614206aa 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Langflow", - "version": "1.4.0" + "version": "1.4.1" }, "paths": { "/api/v1/build/{flow_id}/vertices": { @@ -11557,4 +11557,4 @@ } } } -} \ No newline at end of file +}