website v1

This commit is contained in:
abhiram v
2024-11-17 21:04:21 +00:00
parent b5ca78551f
commit 7bbc4fa776
18 changed files with 522 additions and 199 deletions

View File

@@ -7,3 +7,8 @@ channel = "stable-24_05"
[deployment]
run = ["sh", "-c", "python3 app.py"]
deploymentTarget = "cloudrun"
[[ports]]
localPort = 5000
externalPort = 3000
exposeLocalhost = true