matrixji commented on code in PR #5583:
URL: 
https://github.com/apache/incubator-devlake/pull/5583#discussion_r1249612048


##########
backend/Dockerfile:
##########
@@ -132,19 +131,23 @@ RUN apt-get update && \
 
 EXPOSE 8080
 
+RUN useradd -ms /bin/bash devlake -u 1010
+USER devlake
+ENV PYTHONUNBUFFERED=1
+
 WORKDIR /app

Review Comment:
   Maybe we could set /app owned by devlake user.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to