This commit is contained in:
Peter Hauke 2023-07-21 08:27:37 +02:00 committed by GitHub
parent 26da458f77
commit c52ceff34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ When you run the tests, you should get an error like the following:
sh: mocha: not found
```
The current Dockefile does not install dev dependencies in the image, so mocha cannot be found. To fix this, you can update the Dockerfile to install the dev dependencies.
The current Dockerfile does not install dev dependencies in the image, so mocha cannot be found. To fix this, you can update the Dockerfile to install the dev dependencies.
```dockerfile
# syntax=docker/dockerfile:1