container/Dockerfile
2025-04-17 13:39:34 +02:00

3 lines
No EOL
56 B
Docker

FROM scratch
COPY --from=builder ./os/ /
CMD ["/bin/sh"]