Add SSH directory creation in Dockerfile for backup script
This commit is contained in:
@@ -7,6 +7,6 @@ RUN apk add --no-cache \
|
|||||||
borgbackup
|
borgbackup
|
||||||
|
|
||||||
COPY start_backup.sh /start_backup.sh
|
COPY start_backup.sh /start_backup.sh
|
||||||
RUN chmod +x /start_backup.sh
|
RUN chmod +x /start_backup.sh && mkdir -p /root/.ssh
|
||||||
|
|
||||||
CMD /start_backup.sh
|
CMD /start_backup.sh
|
Reference in New Issue
Block a user