------------------- 20 | 21 | # install phase 22 | >>> ENV NIXPACKS_PATH=/usr/local/rvm/rubies/ruby->= 2.6.10/bin:/usr/local/rvm/gems/ruby->= 2.6.10/bin:/usr/local/rvm/gems/ruby->= 2.6.10@global/bin:$NIXPACKS_PATH 23 | COPY Gemfile /app/Gemfile 24 | COPY Gemfile.lock /app/Gemfile.lock ------------------- ERROR: failed to solve: Syntax error - can't find = in "2.6.10@global/bin:$NIXPACKS_PATH". Must be of the form: name=value Error: Docker build failed
rohitk-iprogrammerTRIAL
4 months ago
20 |
21 | # install phase
22 | >>> ENV NIXPACKSPATH=/usr/local/rvm/rubies/ruby->= 2.6.10/bin:/usr/local/rvm/gems/ruby->= 2.6.10/bin:/usr/local/rvm/gems/ruby->= 2.6.10@global/bin:$NIXPACKSPATH
23 | COPY Gemfile /app/Gemfile
24 | COPY Gemfile.lock /app/Gemfile.lock
ERROR: failed to solve: Syntax error - can't find = in "2.6.10@global/bin:$NIXPACKS_PATH". Must be of the form: name=value
Error: Docker build failed
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies