flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

fly deploy --remote-only ignores the custom .dockerignore file

Open pmbanugo opened this issue 5 months ago • 0 comments

Please only report specific issues with flyctl behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!

Describe the bug I’m using fly deploy --ignorefile to point it to the ignore files but still all my files are uploaded to the server. However, if I specify a custom dockerignore in a sub-directory, and have a .dockerignore in the root directory, it doesn’t use the one I specified but rather the .dockerignore in the root directory. I think this is an issue with flyctl.

  • MacOS
  • flyctl 0.1.147

** Paste your fly.toml

# paste your config file here

** Command output: **

# paste command output here

pmbanugo avatar Feb 05 '24 13:02 pmbanugo