Skip to content

Commit

Permalink
add user id
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jun 27, 2023
1 parent d9544c5 commit 853c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN apt-get update && \

EXPOSE 8080

RUN useradd -ms /bin/bash devlake
RUN useradd -ms /bin/bash devlake -u 1010
USER devlake
ENV PYTHONUNBUFFERED=1

Expand Down

0 comments on commit 853c259

Please sign in to comment.