Dockerfile 109 B

12345678910
  1. FROM golang:1.21rc2
  2. WORKDIR app
  3. COPY . .
  4. RUN chmod a+x openvpn-install.sh
  5. RUN bash ./openvpn-install.sh