Skip to content

Commit

Permalink
fix(gitpod): changed permission of gocache folder (argoproj#14122)
Browse files Browse the repository at this point in the history
Signed-off-by: Narhari Motivaras <narhari.motivaras76@gmail.com>
  • Loading branch information
narharim authored and xiaowu.zhu committed Aug 9, 2023
1 parent 76bce7b commit 4418bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ENV GOCACHE=/go-build-cache
RUN apt-get install redis-server -y
RUN go install github.com/mattn/goreman@latest

RUN chown -R gitpod:gitpod /go-build-cache

USER gitpod

ENV ARGOCD_REDIS_LOCAL=true
Expand Down

0 comments on commit 4418bae

Please sign in to comment.