测试docker运行逻辑

This commit is contained in:
ilovintit
2026-03-04 16:22:36 +08:00
parent f783de7537
commit 0711f3c199
6 changed files with 2 additions and 13423 deletions
+2 -6
View File
@@ -1,7 +1,3 @@
FROM node:24-alpine
FROM reg.songhuwan.com/library/we-chat-ci:v1.0.0
ENTRYPOINT["node","/app/index.js"]
RUN mkdir /app
WORKDIR /app
COPY . /app
RUN npm install
ENTRYPOINT ["node","/app/script/index.js"]