We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381966 commit 9597516Copy full SHA for 9597516
1 file changed
.github/CONTRIBUTING.md
@@ -39,7 +39,7 @@ Use the commands below to build and run a container:
39
40
```console
41
$ docker build -t github-contribution-graph-action .
42
-$ docker run -w /app --rm github-contribution-graph-action
+$ docker run --rm github-contribution-graph-action
43
```
44
45
You can alternatively run `npm start` directly without Docker, but this isn't recommended.
0 commit comments