mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
3daa731ed6
If you still need passport/custom auth, you should use the community image https://github.com/Unleash/unleash-docker-community
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "unleash-docker",
|
|
"description": "Docker images for unleash.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node index.js",
|
|
"test:ci": "echo 'no tests for unleash-docker'"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unleash-server": "file:../build"
|
|
},
|
|
"version": "5.12.4"
|
|
}
|