mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "@openstapps/database",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docker run -it -p 9200:9200 $(docker build -q .)"
|
|
},
|
|
"files": [
|
|
"config",
|
|
"Dockerfile",
|
|
"README.md"
|
|
]
|
|
}
|