1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00
Files
types/package/Dockerfile
Darren Shepherd e52763be71 Initial Commit
2017-11-10 13:51:47 -07:00

4 lines
53 B
Docker

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