Files
Test-IP/package.json
T

11 lines
334 B
JSON
Raw Normal View History

2023-03-18 19:36:22 +07:00
{
2023-03-19 11:41:38 +07:00
"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"
}
2023-03-18 19:36:22 +07:00
}