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