mirror of
https://github.com/valitydev/limiter.git
synced 2024-11-06 00:55:22 +00:00
OPS-268: Adds default logger permissions (#25)
This commit is contained in:
parent
d5fc565b1a
commit
6c3bfe319e
@ -41,6 +41,8 @@ RUN echo "#!/bin/sh" >> /entrypoint.sh && \
|
|||||||
|
|
||||||
# Setup user
|
# Setup user
|
||||||
RUN groupadd --gid ${USER_GID} ${SERVICE_NAME} && \
|
RUN groupadd --gid ${USER_GID} ${SERVICE_NAME} && \
|
||||||
|
mkdir /var/log/${SERVICE_NAME} && \
|
||||||
|
chown ${USER_UID}:${USER_GID} /var/log/${SERVICE_NAME} && \
|
||||||
useradd --uid ${USER_UID} --gid ${USER_GID} -M ${SERVICE_NAME}
|
useradd --uid ${USER_UID} --gid ${USER_GID} -M ${SERVICE_NAME}
|
||||||
USER ${SERVICE_NAME}
|
USER ${SERVICE_NAME}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user