Browse Source

fix: 修改Dockerfile适配arm64上的部署

claws 3 years ago
parent
commit
29b438b487
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.15.1 AS base
+FROM node:16 AS base
 # Copy project file
 COPY . .
 # Build project