Add a rudimentary dockerfile
This commit is contained in:
parent
46f3162ac1
commit
382c9094e5
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM golang:1.12
|
||||
|
||||
COPY . /go/airshipadm
|
||||
|
||||
WORKDIR /go/airshipadm
|
||||
|
||||
CMD go install && airshipadm version
|
Loading…
x
Reference in New Issue
Block a user