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 . .