Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
byroncollins committed Apr 18, 2024
1 parent fc9ca99 commit a9e2cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ WORKDIR /azp

COPY start.sh .

RUN && chgrp -R 0 /azp \
RUN chgrp -R 0 /azp \
&& chmod -R g=u /azp \
&& chmod 755 start.sh
&& chmod 755 start.sh

USER 1001

Expand Down

0 comments on commit a9e2cd6

Please sign in to comment.