Skip to content

Commit 07c6c89

Browse files
authored
fix: chown files directly at copy (lllyasviel#3066)
1 parent 7899261 commit 07c6c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN chown -R user:user /content
2323
WORKDIR /content
2424
USER user
2525

26-
COPY . /content/app
26+
COPY --chown=user:user . /content/app
2727
RUN mv /content/app/models /content/app/models.org
2828

2929
CMD [ "sh", "-c", "/content/entrypoint.sh ${CMDARGS}" ]

0 commit comments

Comments
 (0)