meteorhacks / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
439 stars 371 forks source link

Openshift - meteor: command not found #114

Open bakayolo opened 8 years ago

bakayolo commented 8 years ago

Hello,

I am trying to build my image on OpenShift but I get the following error :

# Executing 2 build triggers... Step 1 : COPY ./ /app Step 1 : RUN bash $METEORD_DIR/on_build.sh ---> Running in 25c61caf3f1e /opt/meteord/lib/build_app.sh: line 11: meteor: command not found F0911 21:14:32.147415 1 builder.go:204] Error: build error: The command '/bin/sh -c bash $METEORD_DIR/on_build.sh' returned a non-zero code: 127

My Dockerfile contains only the 2 following lines : FROM meteorhacks/meteord:onbuild EXPOSE 8080

Fully working on my local machine.

Any help would be highly appreciated.