You've already forked healthcheck
All checks were successful
Build and push Docker image / build (push) Successful in 1m2s
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"name": "minimal-health-proxy",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"dockerode": "^4.0.0"
|
|
}
|
|
} |