1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-31 14:51:57 +00:00
Files
norman/package/Dockerfile
Darren Shepherd 6623dd7352 Initial Commit
2017-10-11 22:48:07 -07:00

4 lines
55 B
Docker

FROM ubuntu:16.04
COPY norman /usr/bin/
CMD ["norman"]