Error:
git clone https://github.com/Arp-G/pictionary.git
cd pictionary
docker compose up
------ ERROR ---
Attaching to phoenix-1, react-1
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/app/bin/server": stat /app/bin/server: no such file or directory: unknown
Update: I tried editing the Dockerfile to disabled the CMD entry(last line) the application starts but unable to "create game" - Error pop up in browser - Session cannot be established.
Also, the UI doesn't work great, for example (no scroll bar when the "how to play" and "about" are clicked), on phone its unmanageable to work with the UI
I'm not a developer, but willing to help. This project have been one of my wishlist and have been searching for long time, please let me know how can I help.
Error:
git clone https://github.com/Arp-G/pictionary.git
cd pictionary
docker compose up
------ ERROR ---
Attaching to phoenix-1, react-1
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/app/bin/server": stat /app/bin/server: no such file or directory: unknown
Update: I tried editing the Dockerfile to disabled the CMD entry(last line) the application starts but unable to "create game" - Error pop up in browser - Session cannot be established.
Also, the UI doesn't work great, for example (no scroll bar when the "how to play" and "about" are clicked), on phone its unmanageable to work with the UI
I'm not a developer, but willing to help. This project have been one of my wishlist and have been searching for long time, please let me know how can I help.