mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
4 lines
47 B
Docker
4 lines
47 B
Docker
FROM scratch
|
|
ADD docker-root /
|
|
CMD ["/bin/sh"]
|