subnetcalc-docker/Dockerfile
2020-05-02 15:23:22 +02:00

4 lines
68 B
Docker

FROM scratch
COPY subnetcalc /subnetcalc
ENTRYPOINT ["/subnetcalc"]