From b0541c0b389995b2a66f4d3861b93d3bc66de411 Mon Sep 17 00:00:00 2001 From: danak Date: Thu, 11 Jun 2026 05:42:46 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8afaa9c..5a96872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:22-alpine AS builder -ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com +# ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com WORKDIR /build