first commit
Some checks failed
本地构建并运行容器 / build (push) Has been cancelled

This commit is contained in:
2026-05-28 00:43:58 +08:00
parent 0b1d447622
commit 882f287ed4
3 changed files with 82 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ RUN npm config set registry https://repo.huaweicloud.com/repository/npm/ && \
COPY . .
ENV CRON=*/30 * * * * *
ENV PAGE_TIMEOUT=30000
ENV CHROME_PATH=/usr/bin/chromium
ENV NODE_ENV=production