meteor-uploads
meteor-uploads copied to clipboard
problem with mupx deploy
Hi,
I'm using 'mupx' to deploy my current app to another server.
the problem is that the file is being uploaded inside a docker, and when I deploy another version of the app, 'mupx' creates another docker, so it doesn't see the previous one, where I stored the files.
i don't know if the issue is for 'meteor-uploads' or for 'mupx'
Why did https://github.com/tomitrescak/meteor-uploads/issues/235 not work for you?
You can now setup docker by mounting a directory outside of the docker to store files. That way each docker won't replace the files.
If this has been fixed, please close issue.