15 lines
467 B
JSON
15 lines
467 B
JSON
{
|
|
"name": "docker",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"docker:build": "docker build -t docker.xiongxiao.me/code-flow:v0.0.2 .",
|
|
"docker:push": "docker push docker.xiongxiao.me/code-flow:v0.0.2",
|
|
"docker:run": "docker run -it --name code-flow -p 4000:4000 docker.xiongxiao.me/code-flow:v0.0.2"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"type": "module"
|
|
} |