Skip to content
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

README instructions don't work #203

Closed
achingbrain opened this issue Oct 25, 2024 · 1 comment · Fixed by #204
Closed

README instructions don't work #203

achingbrain opened this issue Oct 25, 2024 · 1 comment · Fixed by #204

Comments

@achingbrain
Copy link
Member

The build & run instructions error out:

$ docker build . --tag amino
// docker noise
$ docker run -v $(pwd)/bootstrapper-config.json:/config.json -it amino --config /config.json
Attempting to use config file from /config.json
Error: EISDIR: illegal operation on a directory, read
    at readFileSync (node:fs:448:20)
    at readConfig (file:///app/dist/src/utils/load-config.js:3:26)
    at autoConfig (file:///app/dist/src/utils/auto-config.js:30:16)
    at file:///app/dist/src/index.js:95:22
    at ModuleJob.run (node:internal/modules/esm/module_job:234:25)
    at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
    at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5) {
  errno: -21,
  code: 'EISDIR',
  syscall: 'read'
}

May be related to #151

cc @SgtPooki

@SgtPooki SgtPooki linked a pull request Oct 25, 2024 that will close this issue
3 tasks
@SgtPooki
Copy link
Member

PR is out @achingbrain

achingbrain pushed a commit that referenced this issue Oct 29, 2024
Updates readme instructions for running via docker and mounting the config directory.

Fixes #203
github-actions bot pushed a commit that referenced this issue Oct 29, 2024
## [1.7.4](v1.7.3...v1.7.4) (2024-10-29)

### Documentation

* fix readme startup instructions ([#204](#204)) ([9d0618f](9d0618f)), closes [#203](#203)

### Dependencies

* bump @libp2p/websockets from 9.0.10 to 9.0.11 ([#208](#208)) ([d6dbc35](d6dbc35))
* bump @multiformats/multiaddr-matcher from 1.3.0 to 1.4.0 ([#205](#205)) ([25b0a37](25b0a37))
* bump libp2p from 2.2.0 to 2.2.1 ([#206](#206)) ([71bb2e6](71bb2e6))
* **dev:** bump aegir from 44.1.4 to 45.0.0 ([#207](#207)) ([b3a140f](b3a140f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants