8 lines
179 B
Text
8 lines
179 B
Text
|
#!/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"]
|