Implements docker container healthchecks
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"lint": "vue-cli-service lint --fix",
|
||||
"build-watch": "vue-cli-service build --watch",
|
||||
"build-and-start": "npm-run-all --parallel build start",
|
||||
"validate-config": "node src/utils/ConfigValidator"
|
||||
"validate-config": "node src/utils/ConfigValidator",
|
||||
"health-check": "node bin/healthcheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "^8.5.0",
|
||||
|
||||
Reference in New Issue
Block a user