Rafael Calleja commited on
Commit
d7dd7d6
·
1 Parent(s): 2b64fe1
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 && rm -rf /var/tmp/restic/*
21
 
22
  WORKDIR ${ROOTFS}
23
  RUN --security=insecure \