docs icon indicating copy to clipboard operation
docs copied to clipboard

Python docs is incorrect.

Open Carreau opened this issue 3 years ago • 0 comments

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"]

Carreau avatar May 15 '22 11:05 Carreau