Skip to content

Commit

Permalink
test: testing to chown /repository folder (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad authored Dec 13, 2023
1 parent 7ab069f commit 382b775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ RUN addgroup \
COPY --from=builder /workspace/bin/burrito /usr/local/bin/burrito

RUN chmod +x /usr/local/bin/burrito
RUN mkdir /repository && chown -R burrito:burrito /repository

# Use an unprivileged user
USER 65532:65532
Expand Down

0 comments on commit 382b775

Please sign in to comment.