feat(Makefile): add a placeholder Dockerfile

This commit is contained in:
Adam Reese 2016-04-13 14:42:20 -07:00
parent efdf5cd4ec
commit df78765bf9

8
rootfs/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM alpine:3.3
COPY . /
EXPOSE 44134
CMD ["/tiller"]