This commit is contained in:
6
NodeWithPnpmLatestDockerfile
Normal file
6
NodeWithPnpmLatestDockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM fascinated/docker-images:node-latest
|
||||
|
||||
# Install pnpm
|
||||
RUN npm install -g pnpm
|
||||
|
||||
ENV PNPM_HOME=/usr/local/bin
|
Reference in New Issue
Block a user