superfly / docs

Apache License 2.0
102 stars 1.06k forks source link

Python docs is incorrect. #147

Closed Carreau closed 3 months ago

Carreau commented 2 years ago

It mixes deploying with buildpacks and docker.

Flyctl launch will create a docker file in CWD which

1) is wrong and try to run demo.wgi, and call manage.py that does not exists. 2) the docs mention buildpack so I guess fly.toml needs a

[build]
  builder = "paketobuildpacks/builder"
  buildpacks = ["gcr.io/paketo-buildpacks/python"]
andie787 commented 3 months ago

stale issue - Python docs and scanners have been updated