Skip to content

Commit 9597516

Browse files
committed
docs(contributing): remove unnecessary docker run flag
This is no longer necessary as of 7381966.
1 parent 7381966 commit 9597516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use the commands below to build and run a container:
3939

4040
```console
4141
$ docker build -t github-contribution-graph-action .
42-
$ docker run -w /app --rm github-contribution-graph-action
42+
$ docker run --rm github-contribution-graph-action
4343
```
4444

4545
You can alternatively run `npm start` directly without Docker, but this isn't recommended.

0 commit comments

Comments
 (0)