mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 11:10:43 +08:00
refactor: Update Dockerfile and render.yaml for pre-release deployment
The Dockerfile `render.pre-release.Dockerfile` has been added to the repository, which sets the base image to `langflowai/langflow:1.0-alpha`. Additionally, the `render.yaml` file has been modified to use the new Dockerfile path `./docker/render.pre-release.Dockerfile` for the `langflow` web service. This change ensures that the pre-release version of the application is deployed correctly. Note: The commit message has been generated based on the provided code changes and recent commits.
This commit is contained in:
1
docker/render.pre-release.Dockerfile
Normal file
1
docker/render.pre-release.Dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM langflowai/langflow:1.0-alpha
|
||||
@ -3,7 +3,7 @@ services:
|
||||
- type: web
|
||||
name: langflow
|
||||
runtime: docker
|
||||
dockerfilePath: ./docker/render.Dockerfile
|
||||
dockerfilePath: ./docker/render.pre-release.Dockerfile
|
||||
repo: https://github.com/langflow-ai/langflow
|
||||
branch: dev
|
||||
healthCheckPath: /health
|
||||
|
||||
Reference in New Issue
Block a user