Skip to content
Merged
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
context: .
file: ./Dockerfile
platforms: ${{ matrix.platform }}
no-cache: true
push: true
# 使用带架构后缀的临时标签
tags: |
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ COPY --from=agent-builder --chown=nodejs:nodejs /app/agent-go/agent-windows-amd6
# 4. 复制后端源码 (不包含 node_modules)
COPY --chown=nodejs:nodejs server.js ./
COPY --chown=nodejs:nodejs src ./src
COPY --chown=nodejs:nodejs modules ./modules

ENV NODE_ENV=production \
PORT=3000 \
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $$ | $$ |$$ | _$$ |_ $$ \\__$$ |$$ \\__$$ | __
$$ | $$ |$$ | / $$ | $$ $$/ $$ $$/ / |
$$/ $$/ $$/ $$$$$$/ $$$$$$/ $$$$$$/ $$/
\x1b[0m\x1b[33m
>>> Gravity Engineering System v0.1.2 <<<\x1b[0m
>>> Gravity Engineering System v0.1.3 <<<\x1b[0m
`);

// 导入中间件
Expand Down
Loading