Revert "Bump buildscript to 1.1.10"

This reverts commit 38874f9169.
This commit is contained in:
Christopher Hoskin
2018-12-13 17:37:16 +00:00
parent 19078fe866
commit 9507f0f80f
8 changed files with 5 additions and 97 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", "--expose-gc", "app.js"]
CMD ["node","app.js"]