初始化测试

This commit is contained in:
ilovintit 2026-03-04 13:59:12 +08:00
parent a8a5ca2e75
commit f783de7537

View File

@ -4,4 +4,4 @@ RUN mkdir /app
WORKDIR /app
COPY . /app
RUN npm install
ENTRYPOINT ["node /app/script/index.js"]
ENTRYPOINT ["node","/app/script/index.js"]