4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
FROM fascinated/docker-images:node-latest
|
|
|
|
# Install pnpm
|
|
RUN npm install -g pnpm |