name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...
In the development virtual environment, the API runs perfectly, and I can save and retrieve documents from Cosmos DB. The issue occur when I tried to start the docker container app. I am using FastAPI ...