Skip to content

Commit

Permalink
fix(PL-2701): give user permission to home for storing helm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmdm committed May 13, 2024
1 parent 6605bf3 commit 31917ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ COPY --from=build --chown=golang:root /app/joy-generator /app/

RUN apk add helm

RUN mkdir -p /home/golang && chown -R golang:root /home/golang

USER golang:root
EXPOSE 8080

Expand Down

0 comments on commit 31917ec

Please sign in to comment.