Bump buildscript to v1.1.10

This commit is contained in:
Christopher Hoskin
2019-01-08 16:15:04 +00:00
parent 65e1aba265
commit 1c701a2d3d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ COPY --from=app /app /app
WORKDIR /app
USER node
CMD ["node","app.js"]
CMD ["node", "--expose-gc", "app.js"]