File size: 141 Bytes
9c3102d
6eae1c9
9c3102d
 
 
 
 
6eae1c9
1
2
3
4
5
6
7
8
9
from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def health():
    return {"status": "ok", "message": "Docker Space is running"}