jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

can't find entrypoint.sh #128

Closed msramalho closed 5 years ago

msramalho commented 5 years ago

I know this question has been asked in #38 but the answer is unsatisfactory and I have spent hours trying to get this image up and running. Here is my dockerfile and the error I get:

image

I have only changed 80:3000 to 3000:3000 and commented the ROOT_URL setting.

My .meteor/.platforms looks like this:

server
browser
jshimko commented 5 years ago

You're trying to run jshimko/meteor-launchpad:latest (line 2). That's not a thing. This project is just a build utility, not an app that can run. You need to switch that line out to be your built app image.

msramalho commented 5 years ago

You are correct, I have done it and it works.

For future reference: