Skip to content

Commit 0072cd6

Browse files
TSC21thirtytwobits
andcommitted
Update nodethon/README.md
Co-Authored-By: Scott Dixon <dixonsco@amazon.com>
1 parent 9cc33be commit 0072cd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nodethon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# "Nodethon" (Node.js + Python) Docker
22

3-
Builds and pushes a docker environment for use with tox testing. This environment contains Node.js 13 and some other JavaScript dependencies, besides a series of python versions allowing multi-version tox testing locally and in CI services.
3+
Builds and pushes a docker environment useful for testing and building Node.js applications that also use Python or Python applications that also use Node.js. This environment contains Node.js and a few other, essential JavaScript dependencies as well as series of python versions allowing multi-version tox testing locally and in CI services.
44

5-
The "sq" suffix indicates that the ["sonarqube"](https://www.sonarqube.org) scanner has been included in the image. This scanner allows tox builds to upload coverage and other reports to a sonarqube instance.
5+
All nodethon images include the ["sonarqube"](https://www.sonarqube.org) scanner. This scanner allows node and tox builds to upload coverage and analysis reports to a sonarqube instance.
66

77
## Build and Push
88

0 commit comments

Comments
 (0)