Skip to content

Commit

Permalink
Merge pull request #164 from WyriHaximusNet/ReactPHP]-Don't-verbosely…
Browse files Browse the repository at this point in the history
…-chown

[ReactPHP] Don't verbosely chown
  • Loading branch information
WyriHaximus authored Sep 28, 2024
2 parents 898549c + edba24d commit 9c98c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/reactphp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY ./ /opt/app/
COPY --from=install-dependencies /opt/app/vendor/ /opt/app/vendor/

USER root
RUN chown app:app /opt/app/ -Rfv
RUN chown app:app /opt/app/ -Rf
USER app

ENTRYPOINT ["php", "/opt/app/app.php"]

0 comments on commit 9c98c40

Please sign in to comment.