Set WORKDIR to ZAMMAD_DIR

To easy run rails command insight the zammad folder the docker WORKDIR is set to the zammad folder
All exec commands now run directly in /home/zammad

Fixes: #29
This commit is contained in:
Jan Kiesewetter 2017-07-21 14:21:32 +02:00
parent 80f6898ee0
commit 8be75afd9b

View File

@ -30,3 +30,5 @@ RUN chmod +x /tmp/install-zammad.sh;/bin/bash -l -c /tmp/install-zammad.sh
RUN apt-get remove --purge -y build-essential bzip2 git-core libffi-dev libgdbm3 libssl-dev procps zlib1g-dev && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*
WORKDIR $ZAMMAD_DIR