fix:更新版本号,更新配置文件构建

This commit is contained in:
2026-05-24 23:07:08 +08:00
parent 6efaff4eca
commit c7649dbe6b
4 changed files with 3 additions and 18 deletions
+1
View File
@@ -46,6 +46,7 @@ COPY --from=builder /app/.next/static ./.next/static
# 复制配置文件
COPY --from=builder /app/config.json ./
COPY --from=builder /app/.version ./
COPY --from=builder /app/.env ./
# 给 nextjs 用户授权整个目录
RUN chown -R nextjs:nodejs /app