Removed the $DATA_DIR

Currently the $DATA_DIR is not in use
This commit is contained in:
Alexander Trost
2015-10-05 15:47:37 +02:00
parent 54f6acfd50
commit 9e330a22f6
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN chmod 755 /entrypoint.sh && \
echo "deb-src http://ppa.launchpad.net/tabbott/zulip/ubuntu trusty main" >> /etc/apt/sources.list.d/zulip.list && \
apt-get -qq update -q && \
apt-get -qq dist-upgrade -y && \
mkdir -p "$DATA_DIR" "$ZULIP_DIR" && \
mkdir -p "$ZULIP_DIR" && \
git clone https://github.com/galexrt/zulip.git "$ZULIP_DIR" && \ # TODO: Change this to the docker build repo including all the needed files
cd "$ZULIP_DIR" && \
git checkout tags/"$ZULIP_VERSION" && \

View File

@@ -1,7 +1,9 @@
# docker-zulip
Zulip Server as a Docker Image
WARNING! This is currently work in progress. It's not "working" yet.
##### WARNING! This is currently work in progress. It's not fully "working" yet, but I'm working to get it working.
#### Don't use the master branch (I'm not really testing when commiting to master!!), use a version branch when available!!
See https://zulip.org/ for details about the Zulip Server