We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b127d commit 166f48aCopy full SHA for 166f48a
Dockerfile
@@ -26,6 +26,9 @@ COPY --from=deps /app/node_modules ./node_modules
26
# 复制项目文件到工作目录
27
COPY . .
28
29
+# 安装 curl 工具
30
+RUN apt-get update && apt-get install -y curl
31
+
32
# Next.js collects completely anonymous telemetry data about general usage.
33
# Learn more here: https://nextjs.org/telemetry
34
# Uncomment the following line in case you want to disable telemetry during the build.
0 commit comments