7
All checks were successful
Publish Docker Image / docker (push) Successful in 1m39s

This commit is contained in:
Lee 2023-11-16 13:48:58 +00:00
parent 6374da8cf4
commit 3d61f86993

@ -3,6 +3,4 @@ FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm
ENV SHELL /bin/bash
RUN pnpm setup
RUN source /root/.bashrc
ENV PNPM_HOME=/usr/local/bin