Add many containers

This commit is contained in:
phil 2025-06-29 03:09:10 +02:00
parent 65b2f9c0a8
commit ef2be1ec27
11 changed files with 51 additions and 31 deletions

6
Containerfile.pnpm-deb Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/pnpm-deb -f Containerfile.pnpm-deb
FROM docker.io/node:slim
RUN npm install -g pnpm
ENTRYPOINT [ "pnpm" ]
CMD [ "i" ]