Skip to content

Commit 1930684

Browse files
authored
Merge pull request #7800 from aspandey/logrotate-issue
logrotate : logrotate.sh is running but not rotating the logs
2 parents cd50553 + 712a959 commit 1930684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deploy/NVA_build/NooBaa.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ ENV LD_PRELOAD /usr/lib64/libjemalloc.so.2
161161
# EXEC SETUP #
162162
###############
163163
# Run as non root user that belongs to root
164+
RUN useradd -u 10001 -g 0 -m -d /home/noob -s /bin/bash noob
164165
USER 10001:0
165166

166167
# We are using CMD and not ENDPOINT so

0 commit comments

Comments
 (0)