might not need to clone the repo?
Some checks failed
deploy / deploy (push) Failing after 15s

This commit is contained in:
Lee 2023-10-18 01:26:13 +01:00
parent 04473236af
commit 402cfc24aa

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