Bump buildscript to 1.1.10

This commit is contained in:
Christopher Hoskin
2018-12-13 14:45:40 +00:00
parent 855f26c520
commit 38874f9169
8 changed files with 97 additions and 5 deletions

View File

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