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