Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 297 Bytes

File metadata and controls

12 lines (9 loc) · 297 Bytes

CanAI FastAPI Backend

Running with Dockerfile (local, recommended)

  1. Install docker

  2. Build and run the container

    docker build -t canai-fastapi-docker .
    docker run -p 4321:80 canai-fastapi-container

    This will run the server under http://localhost:4321