From 402cfc24aa64d2176dc0feabce10e3c96af333a0 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 01:26:13 +0100 Subject: [PATCH] might not need to clone the repo? --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 811aee2..1192d16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM fascinated/docker-images:node-latest EXPOSE 80 ENV HOST=0.0.0.0 -RUN git clone https://git.fascinated.cc/Fascinated/scoresaber-reloaded.git -RUN mv scoresaber-reloaded/.git ./ -RUN rm -rf scoresaber-reloaded +# RUN git clone https://git.fascinated.cc/Fascinated/scoresaber-reloaded.git +# RUN mv scoresaber-reloaded/.git ./ +# RUN rm -rf scoresaber-reloaded COPY . .