Update package.json

This commit is contained in:
2023-03-19 11:41:38 +07:00
parent 79da2a97f9
commit 276f8131ac
+5
View File
@@ -1,5 +1,10 @@
{
"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"
}
}