3 lines
No EOL
56 B
Docker
3 lines
No EOL
56 B
Docker
FROM scratch
|
|
COPY --from=builder ./os/ /
|
|
CMD ["/bin/sh"] |