Skip to content

Commit 6dbe242

Browse files
committed
Manually set uuid to match server
1 parent ea9494a commit 6dbe242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN poetry config virtualenvs.in-project true && \
3838
COPY log.conf gunicorn.conf.py ./
3939
COPY logs ./logs
4040

41-
RUN adduser --disabled-password --gecos '' libdb && \
41+
RUN addgroup --gid 1005 libdb && \
42+
adduser --disabled-password --gecos '' --uid 1005 --gid 1005 libdb && \
4243
chown -R libdb:libdb /app && \
4344
mkdir -p /etc/libdb/logs && \
4445
chown -R libdb:libdb /etc/libdb/logs

0 commit comments

Comments
 (0)