mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
6 lines
169 B
Docker
6 lines
169 B
Docker
ARG VARIANT="16-bullseye"
|
|
|
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
|
|
|
|
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
|