- 前段打包 node 版本导致的加密组件问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m9s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m9s
This commit is contained in:
parent
26b0c8d585
commit
589d916d91
@ -1,7 +1,7 @@
|
||||
FROM node:24-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
RUN npm install --registry=https://registry.npmmirror.com && npm run build:stage
|
||||
|
||||
FROM registry.zsmarter.com/public/nginx:1.22.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user