removed user temporarly, created make ci task

This commit is contained in:
Henry Oswald
2018-03-06 10:30:05 +00:00
parent 4e6514b17e
commit 96a237fb74
5 changed files with 16 additions and 35 deletions

View File

@@ -23,5 +23,5 @@ RUN useradd --user-group --create-home --home-dir /app --shell /bin/false app
RUN [ -e ./install_deps.sh ] && ./install_deps.sh
USER app
# USER app
CMD ["node","app.js"]