mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-04 16:25:14 +00:00
8 lines
206 B
JSON
8 lines
206 B
JSON
{
|
|
"name": "pockethost-instance",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "docker build . -t benallfree/pockethost-instance:${npm_package_version} -t benallfree/pockethost-instance:latest"
|
|
}
|
|
}
|