mirror of https://github.com/certd/certd
chore: node 16
parent
8446a6d813
commit
ea756cf0a4
|
@ -1,5 +1,5 @@
|
||||||
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:16-alpine
|
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:16-alpine
|
||||||
RUN npm install -g yarn --registry=https://registry.npmmirror.com && npm install -g cross-env --registry=https://registry.npmmirror.com
|
RUN npm install -g cross-env --registry=https://registry.npmmirror.com
|
||||||
ADD ./workspace/certd-server/ /app/
|
ADD ./workspace/certd-server/ /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN yarn install -P --registry=https://registry.npmmirror.com
|
RUN yarn install -P --registry=https://registry.npmmirror.com
|
||||||
|
|
Loading…
Reference in New Issue