Rafael Calleja commited on
Commit
c7abf9a
·
1 Parent(s): 004fcf7

try mounting

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR /var/tmp/restic
17
  RUN --security=insecure --mount=type=ssh sshfs -v -o auto_cache,reconnect,transform_symlinks,follow_symlinks ${SSH_USER}@${SSH_HOST}:${SSH_PATH} /var/tmp/restic && \
18
  cd /var/tmp/restic && \
19
  ls -la && \
20
- make restore
21
 
22
  WORKDIR ${ROOTFS}
23
  RUN --security=insecure \
 
17
  RUN --security=insecure --mount=type=ssh sshfs -v -o auto_cache,reconnect,transform_symlinks,follow_symlinks ${SSH_USER}@${SSH_HOST}:${SSH_PATH} /var/tmp/restic && \
18
  cd /var/tmp/restic && \
19
  ls -la && \
20
+ make restore RESTORE_DST=${ROOTFS}
21
 
22
  WORKDIR ${ROOTFS}
23
  RUN --security=insecure \