Create render.yaml

This commit is contained in:
Krish Dholakia 2023-10-21 17:38:12 -07:00 committed by GitHub
parent e64ec1975c
commit bd99a8303b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
render.yaml Normal file
View file

@ -0,0 +1,10 @@
services:
# A Docker web service
- type: web
name: webdis
runtime: docker
rootDir: webdis
healthCheckPath: /
envVars:
- key: PORT
value: 8000