mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-28 05:53:28 +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"
|
|
}
|
|
}
|