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:
parent
25b99ef590
commit
23d3c45a1b
2 changed files with 2 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue