Bump buildscript to 1.1.11

This commit is contained in:
Christopher Hoskin
2019-01-11 11:52:10 +00:00
parent 5d2eb129e8
commit d4e9aca9e2
8 changed files with 98 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"]