Also, regarding the Dockerfile…
When it runs on Fly, it’s not actually running Docker. It converts the Docker image into Firecracker VM. So the ENTRYPOINT and CMD thing might not work right.
Migrations are best run from the fly.toml
file.
Also, regarding the Dockerfile…
When it runs on Fly, it’s not actually running Docker. It converts the Docker image into Firecracker VM. So the ENTRYPOINT and CMD thing might not work right.
Migrations are best run from the fly.toml
file.