refactor(docker): 重构docker相关文件目录结构并移除冗余脚本
将docker相关文件(.dockerignore, Dockerfile, nginx.conf, docker.md)移动到codes/docker目录下 移除package.json中冗余的docker:prepare脚本
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
"init-husky": "git init && husky",
|
||||
"init-baseFile": "node ./scripts/create-base-files.js",
|
||||
"prepare": "pnpm init-husky & pnpm init-baseFile",
|
||||
"docker:prepare": "pnpm init-baseFile",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user