telebit/rvpn-docker/rvpn/Dockerfile
Henry Camacho b11f6c54bc Implemented Docker Container Testing.
- a few other minor fixes.
- removed RVPNMAIN
- there is a bunch of other clean up I want to do…
2017-03-04 12:18:08 -06:00

6 lines
91 B
Docker

FROM golang:1.7.5
LABEL maintainer "henry.f.camacho@gmail.com"
WORKDIR "/go-rvpn-server"