temp: plan docker
This commit is contained in:
15
docker/package.json
Normal file
15
docker/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user