Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 10, 2024
1 parent fba20a0 commit 561ff90
Show file tree
Hide file tree
Showing 3 changed files with 18,517 additions and 3,440 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 使用 Node.js 14 作为基础镜像
FROM node:12.12-alpine
# 使用 Node.js 10 作为基础镜像
FROM node:10-alpine

# 设置工作目录
WORKDIR /app
Expand Down
Loading

0 comments on commit 561ff90

Please sign in to comment.