Skip to content

Commit

Permalink
Merge pull request #420 from YaroShkvorets/patch-1
Browse files Browse the repository at this point in the history
Fix dead link in README.md
  • Loading branch information
georg-getz authored Apr 16, 2024
2 parents 6fcdf61 + c34e224 commit 64fd37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run -e ARGS="gravity" -it --rm --mount type=bind,source=<absolute/path/to

**Note:** The command will mount the project folder in the container, so you don't need to rebuild the image after every change to your code. Also any changes that happen to files during the run will persist on the host machine as well. [More info about docker bind mounts](https://docs.docker.com/storage/bind-mounts/)

After that you can go straight to [the final setup step](https://github.com/LimeChain/matchstick/tree/dockerize#install-dependencies) and you'll be all set to start writing your first unit test.
After that you can go straight to [the final setup step](https://github.com/LimeChain/matchstick/#install-dependencies) and you'll be all set to start writing your first unit test.

❗ If you have previously ran `graph test` you may encounter the following error during `docker build`: `error from sender: failed to xattr node_modules/binary-install-raw/bin/binary-<platform>: permission denied`. In this case create a file named `.dockerignore` in the root folder and add `node_modules/binary-install-raw/bin`

Expand Down

0 comments on commit 64fd37c

Please sign in to comment.