Docker is failing to build an image
erickhwk
HOBBY
a year 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
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
a year 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
HOBBY
a year ago
Thanks for the tip. It says Tailwind is not defined, I have a hint of where start looking for.