|
|
|
|
|
by piaste
1614 days ago
|
|
> Install CLI, run `fly launch` in a directory with a Dockerfile, and it should just work. Does this build the Docker image locally and send it to Fly.io, or does it send the whole build context to Fly.io and build the image remotely? |
|
You can control this with "fly deploy --remote-only" and "fly deploy --local-only". Don't use both, it might cause a paradox.