We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907a677 commit 2296350Copy full SHA for 2296350
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ COPY package.json pnpm-lock.yaml* ./
11
RUN npm install -g pnpm
12
13
# 安装依赖
14
-RUN pnpm install --frozen-lockfile
+RUN pnpm install
15
16
# 复制源代码
17
COPY . .
@@ -32,4 +32,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
32
EXPOSE 80
33
34
# 启动 Nginx
35
-CMD ["nginx", "-g", "daemon off;"]
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments