exec docker/entrypoints/rails.sh: exec format error #8653
Unanswered
interbiznw
asked this question in
Self hosted
Replies: 2 comments
-
If you are setting up the project for local development, please use this guide. https://www.chatwoot.com/docs/contributing-guide/project-setup/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
pi@raspberrypi5:~ $ sudo docker compose run --rm rails bundle exec rails db:chatwoot_prepare
[+] Running 24/24
? postgres 14 layers [??????????????] 0B/0B Pulled 119.2s
? 24e221e92a36 Pull complete 74.3s
? 85b20a3ade36 Pull complete 11.8s
? dfccb87eabcd Pull complete 21.5s
? c2b36c21cfca Pull complete 23.1s
? b6773915c6e6 Pull complete 31.7s
? 0f1622bae22c Pull complete 26.0s
? 1fa0f3ae7f27 Pull complete 27.5s
? 90e24ee29327 Pull complete 29.3s
? ec433c01a74c Pull complete 114.8s
? 8a0d8cb0b005 Pull complete 35.2s
? dbccf805628b Pull complete 37.8s
? bec21360d125 Pull complete 40.9s
? 6414f4515bb2 Pull complete 42.4s
? 059912ba8a1d Pull complete 43.9s
? redis 8 layers [????????] 0B/0B Pulled 21.9s
? c30352492317 Pull complete 4.3s
? 2e707cb76875 Pull complete 0.6s
? 41a20ff430bc Pull complete 1.3s
? d326b14c5477 Pull complete 3.7s
? 00477ff4bbe5 Pull complete 19.5s
? 970a5a4847d9 Pull complete 6.7s
? 4f4fb700ef54 Pull complete 6.9s
? f1bbb1bc1e67 Pull complete 8.6s
[+] Creating 3/3
? Network pi_default Created 0.1s
? Container pi-postgres-1 Created 9.4s
? Container pi-redis-1 Created 9.4s
[+] Running 2/2
? Container pi-postgres-1 Started 0.5s
? Container pi-redis-1 Started 0.5s
[+] Running 12/12
? rails 11 layers [???????????] 0B/0B Pulled 412.9s
? c926b61bad3b Pull complete 10.3s
? cda842cda46f Pull complete 15.6s
? 78679cd21b9a Pull complete 0.5s
? 850e05ff4aa3 Pull complete 63.8s
? 3be6727859be Pull complete 11.2s
? 8aaea139de9e Pull complete 281.7s
? c99a34c38632 Pull complete 17.1s
? f707dbbe3576 Pull complete 366.7s
? 3a3180401c0b Pull complete 241.2s
? 6a31cc1ffe89 Pull complete 241.8s
? 4f4fb700ef54 Pull complete 242.6s
exec docker/entrypoints/rails.sh: exec format error
To Reproduce
followed the docker setup instructions, get this error and it wont finish and run
Expected behavior
No response
Environment
Linux VM
Cloud Provider
None
Platform
None
Operating system
No response
Browser and version
No response
Docker (if applicable)
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions