mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|