i have a problem when use frappe with docker and custom app

Download easy-install.py

wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py

Create following drive.json:

[
    {
        "url": "https://github.com/frappe/drive",
        "branch": "main"
    }
]

Build and deploy:

python3 easy-install.py build \
    --no-ssl \
    --project=drive \
    --http-port=8080 \
    --sitename=drive.localhost \
    --app=drive \
    --apps-json=./drive.json \
    --tag=frappe/drive:stable \
    --deploy \
    --image=frappe/drive \
    --version=stable

Access drive http://drive.localhost:8080

Above worked for me, I could upload the file to drive.