Initial commit

This commit is contained in:
Kelvin Jasperson
2017-08-12 19:12:53 -06:00
commit a454bcd3bf
3 changed files with 114 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM alpine
RUN apk update ; apk add wget
COPY pfsense-backup.sh /
VOLUME ["/data"]
CMD ["/pfsense-backup.sh"]