1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-20 02:32:46 +00:00
Files
norman/package/Dockerfile

4 lines
55 B
Docker
Raw Normal View History

2017-10-11 22:48:07 -07:00
FROM ubuntu:16.04
COPY norman /usr/bin/
CMD ["norman"]