mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Small text change in a comment, nothing big
This commit is contained in:
@@ -7,7 +7,7 @@ ENV ZULIP_GROUP="zulip" ZULIP_USER="zulip" ZULIP_DIR="/home/zulip" \
|
|||||||
DB_HOST="localhost" DB_PORT="5432" DB_USER="zulip" DB_PASSWORD="zulip"
|
DB_HOST="localhost" DB_PORT="5432" DB_USER="zulip" DB_PASSWORD="zulip"
|
||||||
|
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
# TODO: Change this to the docker build repo including all the needed files
|
# TODO: Change this to the docker build repo including all required files
|
||||||
RUN chmod 755 /entrypoint.sh && \
|
RUN chmod 755 /entrypoint.sh && \
|
||||||
groupadd -r "zulip" && \
|
groupadd -r "zulip" && \
|
||||||
useradd -r -g "zulip" -d "/home/zulip" "zulip" && \
|
useradd -r -g "zulip" -d "/home/zulip" "zulip" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user