[openstreetmap/openstreetmap-website] Docker Install instructions are out of date (Issue #3943)
Carlos Magno Oliveira de Abreu
notifications at github.com
Thu Mar 23 00:11:19 UTC 2023
Another Docker install problem:
```
=> [ 6/10] ADD Gemfile Gemfile.lock /app/ 0.1s
=> [ 7/10] RUN gem install bundler && bundle install 295.1s
=> [ 8/10] ADD package.json yarn.lock /app/ 0.0s
=> [ 9/10] ADD bin/yarn /app/bin/ 0.0s
=> ERROR [10/10] RUN bundle exec bin/yarn install 0.8s
------
> [10/10] RUN bundle exec bin/yarn install:
#0 0.744 bundler: not executable: bin/yarn
------
Dockerfile:50
--------------------
48 | ADD package.json yarn.lock /app/
49 | ADD bin/yarn /app/bin/
50 | >>> RUN bundle exec bin/yarn install
51 |
--------------------
ERROR: failed to solve: process "/bin/sh -c bundle exec bin/yarn install" did not complete successfully: exit code: 126
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3943#issuecomment-1480411562
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/3943/1480411562 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230322/026b7291/attachment.htm>
More information about the rails-dev
mailing list