#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/podman -f Containerfile.podman FROM node:alpine RUN apk add --no-cache podman fuse-overlayfs ENTRYPOINT ["podman"]