This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
cloud-dyndns-client/Dockerfile
2017-08-30 17:27:42 +09:00

6 lines
153 B
Docker

FROM alpine:3.6
RUN apk add --no-cache ca-certificates
COPY gopath/bin/cloud-dyndns-client /cloud-dyndns-client
EXPOSE 8080
CMD ["/cloud-dyndns-client"]