mirror of
https://github.com/rancher/os.git
synced 2025-06-28 07:46:49 +00:00
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
FROM base
|
|
COPY scripts/dockerimages/scripts/cloud-init.sh /
|
|
CMD ["/cloud-init.sh"]
|