Added ftp backup script
This commit is contained in:
parent
50116fd19f
commit
ef841499f7
2 changed files with 29 additions and 1 deletions
|
@ -9,7 +9,10 @@ RUN TF=`mktemp` &&\
|
|||
|
||||
EXPOSE 35621/TCP 35622/UDP 35623/TCP
|
||||
|
||||
COPY prefilebackup /usr/local/etc/urbackup/
|
||||
RUN chmod 0700 /usr/local/etc/urbackup/prefilebackup
|
||||
|
||||
WORKDIR /app
|
||||
COPY run.sh /app
|
||||
COPY run.sh /app/
|
||||
|
||||
CMD ["sh", "run.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue