4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
![]() |
FROM node:14-alpine
|
||
|
COPY ./web/package.json /
|
||
|
RUN npm install --registry=https://registry.npm.taobao.org
|