Problem to create docker image for meteor application

I meet similar problem as described here, hope anyone can help.

https: //github.com/meteor/meteor/issues/4566

@guiqiang Can you please PM me a link to your build?

I looked at the issue and put my comment here.

you can check https://circleci.com/gh/zirra-com/webapp/24

@guiqiang

I looked at this issue a bit more. You can read more details at my comment but, in summary, the meteor app is tarred with uid that Docker cannot handle.

To fix the issue, you need to either change meteor or create the package with uid that Docker can handle.

Are you the maintainer of this meteor package?