mermaid/Dockerfile
2024-01-13 15:19:36 +03:00

3 lines
127 B
Docker

FROM node:18.19.0-alpine3.18 AS base
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -