mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 13:33:27 +00:00
Fixed the ls
This commit is contained in:
@@ -12,7 +12,7 @@ RUN chmod 755 /entrypoint.sh && \
|
||||
apt-get install -y wget python-six && \
|
||||
wget -q "https://www.zulip.com/dist/releases/zulip-server-$ZULIP_VERSION.tar.gz" -P "/root" && \
|
||||
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C "/root" && \
|
||||
ls -ahl "/root" "$ZULIP_DIR" && \
|
||||
ls -ahl "/root" && \
|
||||
mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
|
||||
cd "$ZULIP_DIR" && \
|
||||
ls -ahl "/root" "$ZULIP_DIR" && \
|
||||
|
||||
Reference in New Issue
Block a user