Removed MAIL-Vars for DEV, Add PATH to ENV

This commit is contained in:
Christoph Jahn 2019-09-02 18:57:17 +02:00
parent dbdb26a044
commit 03bea6e406
2 changed files with 2 additions and 3 deletions

View file

@ -149,6 +149,8 @@ ENV PATH=$PATH:$HOME/.meteor/
# Copy source dir
USER root
RUN echo "export PATH=$PATH" > /etc/environment
RUN set -o xtrace \
&& mkdir /home/wekan/app