Sfoglia il codice sorgente

针对arm平台做了file修改

xuxiaopang 2 anni fa
parent
commit
69a55823cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:12-alpine as builder
+FROM node:16 as builder
 WORKDIR /code
 RUN yarn config set registry https://registry.npm.taobao.org/
 ADD package.json /code