Fixed the ls

This commit is contained in:
Alexander Trost
2015-09-27 11:34:31 +02:00
parent aa86fc03cb
commit 05cbf4b453

View File

@@ -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" && \