mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
Update package.json
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.18.2"
|
"express": "^4.18.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"docker-build": "docker build . -t ghcr.io/yuzuzensai/iptest:latest",
|
||||||
|
"docker-run": "docker run -d --name iptest --network host ghcr.io/yuzuzensai/iptest:latest",
|
||||||
|
"docker-push": "docker push ghcr.io/yuzuzensai/iptest:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user