8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
After building the docker image, docker run command fails with exec /usr/local/bin/brontes: no such file or directory.
docker run
exec /usr/local/bin/brontes: no such file or directory
docker build -t brontes_image .
docker run brontes_image
Mac (Apple Silicon)
0.1.0-dev
rustc 1.82.0-nightly (ca5d25e2c 2024-08-09)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
After building the docker image,
docker run
command fails withexec /usr/local/bin/brontes: no such file or directory
.Steps to reproduce
docker build -t brontes_image .
docker run brontes_image
Brontes logs
Platform(s)
Mac (Apple Silicon)
What version/commit are you on?
0.1.0-dev
Rust Nightly Version
rustc 1.82.0-nightly (ca5d25e2c 2024-08-09)
If you've built Brontes from source, provide the full command you used
docker build -t brontes_image .
Code of Conduct
The text was updated successfully, but these errors were encountered: