fix: correctly clone checked out version in builds, not always main

This commit is contained in:
Manuel Schmid
2024-05-22 23:52:18 +02:00
parent 260193e36f
commit 1b1c3aabc1
2 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ RUN chown -R user:user /content
WORKDIR /content
USER user
RUN git clone https://github.com/lllyasviel/Fooocus /content/app
COPY . /content/app
RUN mv /content/app/models /content/app/models.org
CMD [ "sh", "-c", "/content/entrypoint.sh ${CMDARGS}" ]