mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
8ba1a09077
update worker docker
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"name": "flowise-worker-healthcheck",
|
|
"version": "1.0.0",
|
|
"description": "Simple healthcheck server for Flowise worker",
|
|
"main": "healthcheck.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node healthcheck.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|