Inital commit

This commit is contained in:
2020-05-02 15:23:22 +02:00
commit 97b64e7d46
6 changed files with 96 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
COPY subnetcalc /subnetcalc
ENTRYPOINT ["/subnetcalc"]