Skip to content

Commit

Permalink
[ReactPHP] Don't verbosely chown
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Sep 28, 2024
1 parent 898549c commit edba24d
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 edba24d

Please sign in to comment.