-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: dockerfile build #479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested a few commands but looks like it's not working properly? (tested on m1 mac)
$ docker run polycli:latest version
docker: 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: "version": executable file not found in $PATH: unknown.
$ docker run -it polycli:latest monitor --rpc-url https://polygon-rpc.com
docker: 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: "monitor": executable file not found in $PATH: unknown.
Signed-off-by: Ji Hwan <[email protected]>
5a022c0
to
75307d6
Compare
Signed-off-by: Ji Hwan <[email protected]>
980274a
to
228120a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works now! thx :)
Description
This PR fixes the dockerfile build and adds a separate
make
commandmake build-docker
to build the docker images.