diff --git a/src/anon-tools/Dockerfile.restore b/src/anon-tools/Dockerfile.restore index a8a89edee..a8fb26843 100644 --- a/src/anon-tools/Dockerfile.restore +++ b/src/anon-tools/Dockerfile.restore @@ -26,7 +26,7 @@ RUN chmod 644 ~/.ssh/known_hosts COPY ./do_restore.sh ./ -VOLUME /keys/key +VOLUME /keys CMD ["sh", "do_restore.sh"]