add pnpm to node images (#252)

* add pnpm to node images

* removed pnpm from 12 till 17, because as pnpm is only available from version 18
This commit is contained in:
Torsten Widmann
2024-09-28 12:09:36 +02:00
committed by GitHub
parent a42febc72c
commit bc9645e8bf
6 changed files with 22 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
STOPSIGNAL SIGINT
STOPSIGNAL SIGINT
COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh