Skip to content

Commit

Permalink
fix: chown files directly at copy (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t authored May 31, 2024
1 parent 7899261 commit 07c6c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN chown -R user:user /content
WORKDIR /content
USER user

COPY . /content/app
COPY --chown=user:user . /content/app
RUN mv /content/app/models /content/app/models.org

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

0 comments on commit 07c6c89

Please sign in to comment.