docs
docs copied to clipboard
Python docs is incorrect.
It mixes deploying with buildpacks and docker.
Flyctl launch will create a docker file in CWD which
- is wrong and try to run demo.wgi, and call manage.py that does not exists.
- the docs mention buildpack so I guess fly.toml needs a
[build]
builder = "paketobuildpacks/builder"
buildpacks = ["gcr.io/paketo-buildpacks/python"]