Dockerfile: Create symlink in home folder for project.

This commit is contained in:
Taranjeet
2016-06-17 08:34:46 +05:30
committed by Tim Abbott
parent 3fae7a69b3
commit 964ff027bd

View File

@@ -9,4 +9,7 @@ RUN apt-get update && apt-get install -y \
RUN useradd -d /home/zulip -m zulip && echo 'zulip ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER zulip
RUN ln -nsf /srv/zulip ~/zulip
WORKDIR /srv/zulip