docker-images/gitea-runner/NodeWithPnpmLatestDockerfile

8 lines
149 B
Plaintext
Raw Normal View History

FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
2023-11-16 13:43:51 +00:00
ENV SHELL /bin/bash
2023-11-16 13:45:57 +00:00
RUN pnpm setup
RUN source /root/.bashrc