fix: correctly set path for pnpm binary
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine AS base
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
ENV PATH="/.pnpm:$PATH"
|
||||
ENV PATH="/.pnpm/bin:$PATH"
|
||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||
apk add --no-cache openssl
|
||||
USER root
|
||||
Reference in New Issue
Block a user