From f8842610f5a09e53a52e8a4fdef170085e78ad7e Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Sun, 3 Dec 2023 14:53:35 -0600 Subject: [PATCH] fix: backups --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dca8d0c..dd1c6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \ && echo "export LANG=en_US.UTF-8" >> ~/.bashrc \ && echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc -RUN git clone https://github.com/purescript/pursuit.git --depth 1 -RUN git clone https://github.com/purescript/pursuit-backups.git --depth 1 +RUN git clone https://github.com/purescript/pursuit.git +RUN git clone https://github.com/purescript/pursuit-backups.git VOLUME pursuit/data RUN mkdir -p pursuit/data/verified