mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-03-14 01:25:06 +00:00
Add Docker file
This commit is contained in:
parent
c4b8b29681
commit
74cb075085
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
Dockerfile
|
||||
.git
|
||||
.dockerignore
|
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
|
Loading…
x
Reference in New Issue
Block a user