feat: 更新机制改为 docker pull 镜像仓库方案,移除 git clone + build
This commit is contained in:
@@ -47,6 +47,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 ./
|
||||
COPY --from=builder /app/docker-compose.yml ./
|
||||
|
||||
# 给 nextjs 用户授权整个目录
|
||||
RUN chown -R nextjs:nodejs /app
|
||||
|
||||
Reference in New Issue
Block a user