containers/Containerfile.podman

8 lines
179 B
Text
Raw Permalink Normal View History

2025-06-29 03:09:10 +02:00
#!/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"]