Add a rudimentary dockerfile

This commit is contained in:
Ian Howell 2019-04-29 14:07:09 -05:00
parent 46f3162ac1
commit 382c9094e5

7
Dockerfile Normal file

@ -0,0 +1,7 @@
FROM golang:1.12
COPY . /go/airshipadm
WORKDIR /go/airshipadm
CMD go install && airshipadm version