We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
FROM meteorhacks/meteord:onbuild EXPOSE 8080
Fully working on my local machine.
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: