mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
add push command to docker instance
This commit is contained in:
parent
abab2a9f65
commit
2dc435aad7
@ -2,6 +2,7 @@
|
||||
"name": "pockethost-instance",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"build": "docker build . -t benallfree/pockethost-instance:${npm_package_version} -t benallfree/pockethost-instance:latest"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user