Merge branch 'api-fixes' of https://github.com/bentiss/wekan into bentiss-api-fixes

This commit is contained in:
Lauri Ojansivu 2018-10-23 20:44:35 +03:00
commit 0de0135619
6 changed files with 63 additions and 14 deletions

View file

@ -136,6 +136,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
COPY ${SRC_PATH} /home/wekan/app
RUN \
set -o xtrace && \
# Add non-root user wekan
useradd --user-group --system --home-dir /home/wekan wekan && \
\