mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"name": "@openstapps/database",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"files": [
|
|
"config",
|
|
"Dockerfile",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"start": "docker run --rm -t -p 9200:9200 -p 9300:9300 $(docker build -q .)"
|
|
}
|
|
}
|