mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Removed the $DATA_DIR
Currently the $DATA_DIR is not in use
This commit is contained in:
@@ -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" && \
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user