update build scripts to 1.1.10

This commit is contained in:
Henry Oswald
2018-12-05 10:53:11 +00:00
parent 8743527452
commit 5d927d30b6
7 changed files with 9 additions and 8 deletions

View File

@@ -20,4 +20,4 @@ WORKDIR /app
RUN chmod 0755 ./install_deps.sh && ./install_deps.sh
USER node
CMD ["node","app.js"]
CMD ["node", "--expose-gc", "app.js"]