Skip to content

Commit

Permalink
change explanation for adding environment variable via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 4, 2025
1 parent 8b65e0f commit 1bd9569
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ To skip Cypress binary verification using the environment variable `CYPRESS_SKIP
ENV CYPRESS_SKIP_VERIFY=true
```

or pass the environment variable as a CLI option:

```shell
docker run --env CYPRESS_SKIP_VERIFY=true
```
or pass the environment variable as an additional CLI option `--env CYPRESS_SKIP_VERIFY=true` to the [docker run](https://docs.docker.com/reference/cli/docker/container/run/) command.

## Contributing

Expand Down

0 comments on commit 1bd9569

Please sign in to comment.