Deploying with Dockerfile does not update deployed code

I deployed an app from a Dockerfile in the my project directory. Everything is more or less ok but I need to perform some changes. I update my code and do fly deploy --local-only, deployment goes through, I can see the machine restarting, but the changes always reflect initial image. I tried to delete the app and recreate it again - the same result. It feels like it’s something cached somewhere and whatever changes I do to my application, I cannot get the mout to the deployment.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.