mirror of
https://github.com/rancher/norman.git
synced 2025-09-19 01:17:04 +00:00
4 lines
55 B
Docker
4 lines
55 B
Docker
FROM ubuntu:16.04
|
|
COPY norman /usr/bin/
|
|
CMD ["norman"]
|