Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
🔖 chore(version): Update project version to v2.18.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Apr 14, 2023
1 parent c82c4f0 commit 1230b31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist
**/*.svg
**/report.html
.coverage
htmlcov
htmlcov
**/*.log
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,10 @@ width,height,url,size,nodes,requests,grade,score,ges,water,date,page_type

## Docker

You can use this application in a docker container. You can build the image with the following command:
You can use this application in a docker container. You can simply run the container with the following command:

```bash
docker build -t ecoindex-cli .
```

And then you can run the container with the following command:

```bash
docker run -it --rm --user $(id -u):$(id -g) -v $(pwd)/output:/tmp/ecoindex-cli/output ecoindex-cli:latest ecoindex-cli analyze --url https://www.ecoindex.fr --recursive --html-report
docker run -it --rm -v /tmp/ecoindex-cli:/tmp/ecoindex-cli ecoindex-cli:latest ecoindex-cli analyze --url https://www.ecoindex.fr --recursive --html-report
```

### Fields description
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecoindex-cli"
version = "2.17.1"
version = "2.18.0"
description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages"
authors = ["Vincent Vatelot <vincent.vatelot@ik.me>"]
license = "MIT"
Expand Down

0 comments on commit 1230b31

Please sign in to comment.