4 lines
74 B
Docker
4 lines
74 B
Docker
FROM node:24
|
|
|
|
RUN npm config set registry https://registry.npmmirror.com/
|