Skip to content

Commit

Permalink
fix cert update issue (#6622) (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Dec 13, 2023
1 parent 8c9b852 commit 88d56ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ RUN apt-get update && \
EXPOSE 8080

RUN useradd -ms /bin/bash -d /app devlake -u 1010
RUN chown -R devlake:devlake /etc/ssl/certs
USER devlake
ENV PYTHONUNBUFFERED=1

Expand Down

0 comments on commit 88d56ae

Please sign in to comment.