I don't understand

diegosgamero
FREE

10 months ago

19 ERROR: process "/bin/bash -ol pipefail -c bundle exec rake assets:precompile" did not complete successfully: exit code: 1

> [stage-0 15/20] RUN bundle exec rake assets:precompile:

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/cli.rb:34:in `dispatch'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/cli.rb:28:in `start'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/exe/bundle:28:in `block in '

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/lib/bundler/friendlyerrors.rb:117:in `withfriendly_errors'

0.304 from /usr/local/rvm/gems/3.1.2/gems/bundler-2.5.6/exe/bundle:20:in `'

0.304 from /root/.rbenv/versions/3.1.2/bin/bundle:25:in `load'

0.304 from /root/.rbenv/versions/3.1.2/bin/bundle:25:in `'

Dockerfile:36

34 | # build phase

35 | COPY . /app/.

36 | >>> RUN bundle exec rake assets:precompile

37 | RUN bundle exec bootsnap precompile app/ lib/

38 |

ERROR: failed to solve: process "/bin/bash -ol pipefail -c bundle exec rake assets:precompile" did not complete successfully: exit code: 1

Error: Docker build failed

View Deploy details

> ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

10 months ago

Could you send your full logs? What you sent looks like it's cut off after the actual error.