mirror of
https://github.com/rancher/os.git
synced 2025-09-18 16:27:31 +00:00
4 lines
68 B
Docker
4 lines
68 B
Docker
FROM rancher/os-base
|
|
COPY . /
|
|
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|