Skip to content

Commit

Permalink
Fixes permission error in frontend pods (#2495)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Mar 8, 2023
1 parent fa41055 commit dca6e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/dockerfiles/interactive.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN useradd -m graphscope -u 1001 \

RUN sudo mkdir -p /var/log/graphscope \
&& sudo chown -R graphscope:graphscope /var/log/graphscope
RUN sudo chmod a+wrx /tmp

USER graphscope
WORKDIR /home/graphscope
Expand Down

0 comments on commit dca6e6e

Please sign in to comment.