get the .git

This commit is contained in:
Lee 2023-10-18 00:28:22 +01:00
parent 14efcfc07f
commit 11892c3d31

@ -2,6 +2,10 @@ FROM fascinated/docker-images:node-latest
EXPOSE 5000
RUN git clone https://git.fascinated.cc/Fascinated/scoresaber-reloaded.git
RUN mv scoresaber-reloaded/.git ./
RUN rm -rf scoresaber-reloaded
COPY . .
RUN pwd