mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-13 04:00:11 +00:00
9 lines
340 B
JSON
9 lines
340 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",
|
|
"push": "docker push benallfree/pockethost-instance:${npm_package_version} && docker push benallfree/pockethost-instance:latest"
|
|
}
|
|
}
|