Skip to content

Commit c060da5

Browse files
committed
Fix dockerfile code style
1 parent 094bfcf commit c060da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang
1+
FROM golang:1.9
22

33
MAINTAINER Rick Yu <[email protected]>
44

55
ENV GOPATH /go
66

7-
ADD . /go/src/github.com/cosmtrek/air
7+
COPY . /go/src/github.com/cosmtrek/air
88
WORKDIR /go/src/github.com/cosmtrek/air
99
RUN make ci && make install
1010

0 commit comments

Comments
 (0)