- docker run -i --rm -e PULUMI_ACCESS_TOKEN=$PULUMI_ACCESS_TOKEN -w /app -v $(pwd):/app --entrypoint bash pulumi/pulumi-python
-c "pip install -r requirements.txt && pulumi stack select test --non-interactive"
----
error: no Pulumi project found in the current working directory