mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 22:13:31 +00:00
Added quiet mode to wget
This commit is contained in:
@@ -14,7 +14,7 @@ RUN chmod 755 /entrypoint.sh && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y wget python-six && \
|
||||
cd /root && \
|
||||
wget "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" && \
|
||||
wget -q "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" && \
|
||||
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C /root && \
|
||||
mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
|
||||
cd "ZULIP_DIR" && \
|
||||
|
||||
@@ -4,3 +4,5 @@ if [ ! -f "$ZULIP_DIR/.database-initialized" ]; then
|
||||
su zulip -c "$ZULIP_DIR/deployments/current/scripts/setup/initialize-database"
|
||||
su zulip -c "touch $ZULIP_DIR/.database-initialized"
|
||||
fi
|
||||
|
||||
tail -f /var/log/zulip/*.log
|
||||
|
||||
Reference in New Issue
Block a user