Update Dockerfile
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

comment mirror
This commit is contained in:
2026-06-09 18:38:28 +00:00
parent c0ea949301
commit f74cdce249
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:22-alpine AS builder 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 WORKDIR /build
COPY package*.json ./ COPY package*.json ./