alpine-edge/Dockerfile
2025-07-27 22:14:50 +02:00

3 lines
No EOL
44 B
Docker

FROM scratch
ADD $FILENAME /
CMD ["/bin/sh"]