Commit be628120 Harvey

no message

1 个父辈 0d9daa10
......@@ -55,4 +55,6 @@ buck-out/
\.buckd/
*.keystore
frpc.toml
\ No newline at end of file
frpc.toml
job-executor/
\ No newline at end of file
......@@ -11,7 +11,12 @@ COPY ./package.json /app
COPY ./build /app/build
COPY ./config /app/config
# RUN npm config set registry https://registry.npmmirror.com && \
# npm install --production
RUN npm install -g cnpm
RUN cnpm install --production
CMD [ "node","build/index.js"]
\ No newline at end of file
COPY ./job-executor /app/node_modules/job-executor
CMD [ "node","build/index.js"]
......@@ -14,12 +14,12 @@
"axios": "^1.9.0",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"job-executor": "git+http://git.ydniu.cn/zhanghw/job-executor.git#master",
"lodash": "^4.17.21",
"nats-hemera": "^7.0.2"
},
"devDependencies": {
"@types/node": "^22.4.1",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"job-executor": "git+http://git.ydniu.cn/zhanghw/job-executor.git#master"
}
}
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!