Closed krismeister closed 7 years ago
I just ran a build and I'm not seeing that problem, so I'm going to need some reproduction steps before I'll be able to fix anything or give a recommendation. The ideal would be a sample Meteor app repo with the least amount of code possible to reproduce the issue.
For example, this works for me...
meteor create devbuild-sample
cd devbuild-sample
echo "FROM jshimko/meteor-launchpad:devbuild" > Dockerfile
docker build -t devbuild-sample .
Or the same test with the production base image...
meteor create prod-sample
cd prod-sample
echo "FROM jshimko/meteor-launchpad:latest" > Dockerfile
docker build -t prod-sample .
Sorry I don't have a better answer for you.
I don't have a the exact Dockerfile i used to create the error trace below. However, I experienced several unsuccessful attempts at building with the latest jshimko/meteor-launchpad:devbuild in docker hub. At first glance it appears to be a deep Docker issue. I suspect it might be a bad path somewhere in docker or build code.
I do really appreciate this project, I have come to understand how hard it is to create a container for meteor.