ogeti siva satyanarayana commited on
Commit
440e322
·
1 Parent(s): bfbfedd

Create Spacefile

Browse files

Convert your FastAPI project into Deta Space App

Files changed (1) hide show
  1. Spacefile +5 -0
Spacefile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [build]
2
+ builder = "heroku/buildpacks:20"
3
+
4
+ [run]
5
+ command = "uvicorn main:app --host 0.0.0.0 --port $PORT"