Docker is failing to build an image
erickhwk
HOBBYOP

2 years ago

Dockerfile:27

25 | # build phase

26 | COPY . /app/.

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

28 | RUN bundle exec bootsnap precompile app/ lib/

29 |

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.

2 Replies

2 years ago

There is no error here, the error would be further up in your logs, scroll up so you can see the error so you can start debugging.


erickhwk
HOBBYOP

2 years ago

Thanks for the tip. It says Tailwind is not defined, I have a hint of where start looking for.


Loading...