diff options
author | Alexander Strizhak <[email protected]> | 2024-07-27 15:10:07 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-27 14:10:07 +0200 |
commit | 8375d31c49cdfe80a8f5d6d78df236947fd74d59 (patch) | |
tree | b3e91ed11b62f5bbc8c7ddd55343dd123b339960 /schemas/readme.md | |
parent | e6e45001fd145b5a5e775c6965c02bf9f8dbb31b (diff) |
[#1982]: fix: `services.exec_timeout` schema definition
Diffstat (limited to 'schemas/readme.md')
-rw-r--r-- | schemas/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/readme.md b/schemas/readme.md index 534c4a78..65a8de98 100644 --- a/schemas/readme.md +++ b/schemas/readme.md @@ -7,7 +7,7 @@ This directory contains public schemas for the most important parts of applicati - You can validate existing config file using the following command: ```bash - $ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \ +docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \ "npm install -g ajv-cli && \ ajv validate --all-errors --verbose \ -s ./schemas/config/3.0.schema.json \ |