This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
ifconfig.io
mirror of
https://github.com/georgyo/ifconfig.io.git
Watch
1
Star
0
Fork
You've already forked ifconfig.io
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
74cb075085
ifconfig.io
/
Dockerfile
6 lines
80 B
Docker
Raw
Blame
History
FROM
golang:1.4-onbuild
COPY
. /usr/src/app
RUN
go get -d -v
RUN
go install -v
Reference in New Issue
View Git Blame
Copy Permalink