@@ -4,7 +4,9 @@ FROM node:20-alpine AS base
# 设置 npm 和 pnpm 镜像源为 npm 官方镜像
ENV PNPM_REGISTRY=https://registry.npmjs.org
ENV npm_config_registry=https://registry.npmjs.org
+
ARG SOL_ENDPOINT
+ARG SOL_SECRET_KEY
RUN echo "SOL_ENDPOINT=${SOL_ENDPOINT}"