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:
ogabrielluiz 2024-06-03 14:05:33 -03:00
commit 23d3c45a1b
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
FROM langflowai/langflow:1.0-alpha

View file

@ -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