Add Docker file
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM golang:1.4-onbuild
|
||||
|
||||
COPY . /usr/src/app
|
||||
RUN go get -d -v
|
||||
RUN go install -v
|
||||
Reference in New Issue
Block a user