docs(contributing): remove unnecessary docker run flag

This is no longer necessary as of 7381966.
This commit is contained in:
Borja Canseco
2020-05-31 18:25:41 -05:00
parent 7381966485
commit 9597516fde

View File

@@ -39,7 +39,7 @@ Use the commands below to build and run a container:
```console
$ docker build -t github-contribution-graph-action .
$ docker run -w /app --rm github-contribution-graph-action
$ docker run --rm github-contribution-graph-action
```
You can alternatively run `npm start` directly without Docker, but this isn't recommended.