Files
pockethost/packages/pockethost-instance/package.json
2024-08-03 04:31:08 -07:00

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"
}
}