8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
FROM fascinated/docker-images:node-latest
|
|
|
|
# Install pnpm
|
|
RUN npm install -g pnpm
|
|
|
|
ENV SHELL /bin/bash
|
|
RUN pnpm setup
|
|
RUN source /root/.bashrc |