Build files and executables for firewall containers

This commit is contained in:
2020-12-07 14:18:32 +00:00
commit 9199bf94b7
2 changed files with 74 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM firewall:latest
MAINTAINER gyurix
COPY firewall /firewall
ENTRYPOINT ["/firewall/firewall-add"]