mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 20:44:07 +00:00
Added ls commands because there seem to be "no" files
This commit is contained in:
@@ -17,6 +17,8 @@ RUN chmod 755 /entrypoint.sh && \
|
||||
tar xfz "/root/zulip-server-$ZULIP_VERSION.tar.gz" -C "/root" && \
|
||||
mv "/root/zulip-server-$ZULIP_VERSION" "$ZULIP_DIR" && \
|
||||
cd "$ZULIP_DIR" && \
|
||||
ls -ahl "$ZULIP_DIR" && \
|
||||
ls -ahl "$ZULIP_DIR/scripts" && \
|
||||
"$ZULIP_DIR/scripts/setup/install" && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user