Update Dockerfile

This commit is contained in:
2020-08-12 02:19:50 +02:00
committed by GitHub
parent 15bdc51785
commit 3ac013ee35
+2
View File
@@ -9,5 +9,7 @@ ENV BACKUPNAME=router
RUN apk update ; apk upgrade ; apk add wget ; apk add --no-cache tzdata ; apk add --no-cache bash
COPY pfsense-backup.sh /
COPY backup.sh /
VOLUME ["/data"]
CMD ["/pfsense-backup.sh"]