4 lines
86 B
Docker
4 lines
86 B
Docker
FROM node:22.10.0-alpine
|
|
|
|
RUN npm config set registry https://registry.npmmirror.com/
|