Galaxy deploy hanging on `building for web.server` in Docker

Hey guys,

I’m trying to use docker to deploy up my build into galaxy to avoid node versioning and meteor versioning on Jenkins. Currently, when I run the meteor deploy locally, it successfully builds and deploys to galaxy. However, when I set it up on docker to deploy, it sits and hangs on Building for web.server and doesn’t seem to finish. I’ve read before that it could happen if there is a large file that is being compiled by ecmascript but I assume this should happen as well when I run it locally. I am on Meteor 1.3.2 and docker is running Ubuntu 16.04

Any suggestions would be very helpful!